Skip to content

Commit

Permalink
Work in progress
Browse files Browse the repository at this point in the history
  • Loading branch information
skhaz committed Dec 15, 2024
1 parent 7f659b5 commit 278b7b9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@ jobs:
DOCKER_HOST: ssh://root@${{ secrets.HETZNER_IP }}
CLOUDFLARE_TOKEN: ${{ secrets.CLOUDFLARE_TOKEN }}
run: |
docker compose --file compose.yaml --file cloudflare.yaml --file logging.yaml down
set -e
docker compose --file compose.yaml --file cloudflare.yaml --file logging.yaml down --remove-orphans
if docker ps -a --format '{{.Names}}' | grep -Eq '^redis$'; then
echo "Removing existing 'redis' container..."
Expand Down

0 comments on commit 278b7b9

Please sign in to comment.