|
@@ -15,7 +15,13 @@ deploy:
|
|
|
on:
|
|
|
tags: true
|
|
|
branch: master
|
|
|
- repo: opensheetmusicdisplay/opensheetmusicdisplay
|
|
|
+ repo: opensheetmusicdisplay/opensheetmusicdisplay
|
|
|
after_deploy:
|
|
|
- - chmod +x ./bin/publish_gh_page.sh
|
|
|
- - ./bin/publish_gh_page.sh
|
|
|
+- eval "$(ssh-agent -s)"
|
|
|
+- chmod 600 bin/gh_pages_deploy_key
|
|
|
+- ssh-add bin/gh_pages_deploy_key
|
|
|
+- chmod +x ./bin/publish_gh_page.sh
|
|
|
+- ./bin/publish_gh_page.sh
|
|
|
+before_install:
|
|
|
+- openssl aes-256-cbc -K $encrypted_170846311824_key -iv $encrypted_170846311824_iv
|
|
|
+ -in bin/gh_pages_deploy_key.enc -out bin/gh_pages_deploy_key -d
|