Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
maviterlikli authored Sep 30, 2024
1 parent c0e81a9 commit 7f3cb94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ jobs:
DIRIGERA_IP: ${{ secrets.DIRIGERA_IP }}
run: envsubst < .env.sample > .env
- name: Build and deploy
run: docker compose down && docker system prune -f && docker compose up -d
run: docker compose down && docker image rm dirigera -f && docker compose up -d

0 comments on commit 7f3cb94

Please sign in to comment.