Skip to content

Commit

Permalink
ci(push): fix continuous deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
frgfm committed Sep 22, 2024
1 parent 8116fda commit 62aa21e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ jobs:
key: ${{ secrets.SSH_DEPLOY_DEV }}
script: |
# Ensure we have max disk space
docker rm -fv $(docker ps -aq)
docker rmi -f $(docker images -f "dangling=true" -q)
docker volume rm -f $(docker volume ls -f "dangling=true" -q)
# Update the service
Expand All @@ -63,7 +62,6 @@ jobs:
# Check update
docker inspect -f '{{ .Created }}' $(docker compose images -q backend)
# Clean up
docker rm -fv $(docker ps -aq)
docker rmi -f $(docker images -f "dangling=true" -q)
docker volume rm -f $(docker volume ls -f "dangling=true" -q)
- name: Ping server
Expand Down

0 comments on commit 62aa21e

Please sign in to comment.