Skip to content

Commit

Permalink
Update cd.prod.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 3c0c649 commit d1536d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd.prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ jobs:
cd /home/${{ secrets.USERNAME }}/boilerplate-python/prod_source_code/docker/prod
git pull origin main
docker load --input prod.tar.gz
docker compose -f docker-compose.yml up -d
rm -f prod.tar.gz
docker-compose -f docker-compose.yml up -d
rm -f prod.tar.gz

0 comments on commit d1536d4

Please sign in to comment.