Skip to content

Commit

Permalink
test deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
taulant.disha authored and taulant.disha committed May 16, 2024
1 parent ede056a commit b6e4931
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,6 @@ jobs:
sudo docker-compose -f docker-compose.yml down
sudo docker rmi $(docker images -f "dangling=true" -q)
sudo docker-compose -f docker-compose.yml pull
sudo docker-compose up -d
sudo docker-compose up -d --build
exit 0;

0 comments on commit b6e4931

Please sign in to comment.