Skip to content

Commit

Permalink
fix staging pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Laurin-Notemann committed Dec 10, 2024
1 parent 47a8b7b commit 5287d0b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/api-staging-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,10 +97,10 @@ jobs:
sed -i 's|image: .*|image: $DOCKER_IMAGE|' docker-compose.yml
# Pull the latest image
docker-compose pull
docker compose pull
# Restart the service
docker-compose up -d --force-recreate beerpong-api-staging
docker compose up -d --force-recreate beerpong-api-staging
# Clean up old images
docker image prune -af
Expand Down

0 comments on commit 5287d0b

Please sign in to comment.