Skip to content

Commit

Permalink
Update cd.staging.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Sarah Aligbe <[email protected]>
  • Loading branch information
Sarahligbe authored Aug 8, 2024
1 parent d1536d4 commit 53d73f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd.staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ jobs:
cd /home/${{ secrets.USERNAME }}/boilerplate-python/staging_source_code/docker/staging
git pull origin staging
docker load --input staging.tar.gz
docker compose -f docker-compose.yml up -d
rm -f staging.tar.gz
docker-compose -f docker-compose.yml up -d
rm -f staging.tar.gz

0 comments on commit 53d73f5

Please sign in to comment.