Skip to content

Commit

Permalink
removed suffix on docker command
Browse files Browse the repository at this point in the history
  • Loading branch information
taulant.disha authored and taulant.disha committed May 19, 2024
1 parent 80d5b38 commit e4263ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@ jobs:
echo "Pulling the new image"
# sudo docker-compose pull launchpad_main
docker-compose up -d --build launchpad_main --remove-orphans
docker-compose up -d --build launchpad_main
exit 0;
2 changes: 1 addition & 1 deletion .github/workflows/deploy_prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@ jobs:
echo "Pulling the new image"
# sudo docker-compose pull launchpad_mainnet
docker-compose up -d --build launchpad_mainnet --remove-orphans
docker-compose up -d --build launchpad_mainnet
exit 0;

0 comments on commit e4263ce

Please sign in to comment.