Skip to content

Commit

Permalink
Update deploy.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
AlirezaYousefpourM authored Jan 14, 2025
1 parent eb57c63 commit 4df73e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@ jobs:
host: ${{ vars.VM_HOST }}
username: ${{ vars.VM_USERNAME }}
key: ${{ secrets.SSH_PRIVATE_KEY }}
envs: SECRET_KEY,EMAIL_HOST_PASSWORD,ZIFY_AUTH
envs: SECRET_KEY,EMAIL_HOST_USER,EMAIL_HOST_PASSWORD,ZIFY_AUTH
script: |
docker compose -f AAISS-2023/docker-compose.yml up -d --force-recreate --no-build
docker compose -f AAISS-2023/docker-compose.yml up -d --force-recreate --build
- name: Cleanup docker images
uses: appleboy/ssh-action@master
Expand Down

0 comments on commit 4df73e8

Please sign in to comment.