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.
1 parent 16a1520 commit 6ad9b7cCopy full SHA for 6ad9b7c
1 file changed
.github/workflows/production-deploy.yml
@@ -50,11 +50,7 @@ jobs:
50
host: ${{ secrets.SERVER_HOST }}
51
username: root
52
key: ${{ secrets.SERVER_SSH_KEY }}
53
- envs: GHCR_TOKEN
54
script: |
55
- echo "$GHCR_TOKEN" | docker login ghcr.io -u github-actions --password-stdin
56
cd /opt/akatsuki
57
docker compose pull performance-service-api performance-service-processor
58
docker compose up -d performance-service-api performance-service-processor
59
- env:
60
- GHCR_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments