Skip to content

Commit

Permalink
Update Workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
FrozenChen authored Aug 4, 2024
1 parent 8bb95e6 commit 6b3d1f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
webhook_token: ${{ secrets.WEBHOOK_TOKEN }}
message: Pulling on server
- name: Pull on server
run: docker-compose -f docker-compose-prod.yml pull
run: docker compose -f docker-compose-prod.yml pull
env:
DOCKER_HOST: ${{ secrets.SSH_HOST }}
COMPOSE_PARAMIKO_SSH: '1'
Expand Down

0 comments on commit 6b3d1f5

Please sign in to comment.