Skip to content

Commit 580f8bc

Browse files
committed
Use a different deployment method instead.
1 parent 86df33d commit 580f8bc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@ install:
1818
- mvn install -DskipTests=true -Dmaven.javadoc.skip=true -Dgpg.skip=true
1919
- mkdir ghpages
2020
- pandoc -o ghpages/index.html README.md
21-
- printf "$GH_PAGES_DEPLOYMENT_KEY" > gh_pages_deployment_key
21+
- openssl aes-256-cbc -K $encrypted_60afd10366bc_key -iv $encrypted_60afd10366bc_iv -in ghpages_secret.enc -out ghpages_secret -d
2222

2323
deploy:
2424
provider: pages:git
2525
edge: true
2626
skip_cleanup: true
2727
local_dir: ghpages
28-
deploy_key: gh_pages_deployment_key
28+
deploy_key: ghpages_secret
2929
keep_history: true
3030
on:
3131
branch: master

ghpages_secret.enc

1.64 KB
Binary file not shown.

0 commit comments

Comments
 (0)