Skip to content

Commit

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

0 comments on commit 3c0c649

Please sign in to comment.