Skip to content

Commit d46ec25

Browse files
Update k8s-deploy.yml (#19)
1 parent 8d0ee14 commit d46ec25

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

.github/workflows/k8s-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 assets-service
5856
docker compose up -d assets-service
59-
env:
60-
GHCR_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)