Skip to content

Commit 6ad9b7c

Browse files
Update production-deploy.yml (#42)
1 parent 16a1520 commit 6ad9b7c

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

.github/workflows/production-deploy.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,7 @@ jobs:
5050
host: ${{ secrets.SERVER_HOST }}
5151
username: root
5252
key: ${{ secrets.SERVER_SSH_KEY }}
53-
envs: GHCR_TOKEN
5453
script: |
55-
echo "$GHCR_TOKEN" | docker login ghcr.io -u github-actions --password-stdin
5654
cd /opt/akatsuki
5755
docker compose pull performance-service-api performance-service-processor
5856
docker compose up -d performance-service-api performance-service-processor
59-
env:
60-
GHCR_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)