We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2e4d420 + 9125619 commit cb3897aCopy full SHA for cb3897a
.github/workflows/cd-app-develop.yml
@@ -45,7 +45,6 @@ jobs:
45
source: deploy-artifacts.zip
46
target: /root/organized/app/
47
debug: true
48
-
49
- name: SSH into server and deploy
50
uses: appleboy/[email protected]
51
with:
@@ -57,5 +56,8 @@ jobs:
57
56
rm -f core-api.tar docker-compose.app.yml
58
unzip -o deploy-artifacts.zip
59
rm -f deploy-artifacts.zip
+ mkdir -p /root/organized/app/secret
60
+ echo "${{ secrets.APPLE_SECRET_KEY_BASE64 }}" | base64 -d > /root/organized/app/secret/apple_auth_key.p8
61
+ chmod 600 /root/organized/app/secret/apple_auth_key.p8
62
docker load -i core-api.tar
63
docker compose -f docker-compose.app.yml up -d
0 commit comments