Skip to content

Commit

Permalink
fixed commands in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mhmdksh committed Aug 13, 2024
1 parent 00beb9a commit cacbda6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/staging-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,6 @@ jobs:
git checkout staging
git pull
docker compose -f docker-compose-staging.yml stop qacc-be
docker-compose -f docker-compose-staging.yml pull qacc-be
docker-compose -f docker-compose-staging.yml up -d
docker compose -f docker-compose-staging.yml pull qacc-be
docker compose -f docker-compose-staging.yml up -d
docker image prune -a --force

0 comments on commit cacbda6

Please sign in to comment.