Skip to content

Commit

Permalink
changed file name for env on mainnet
Browse files Browse the repository at this point in the history
  • Loading branch information
taulant.disha authored and taulant.disha committed May 20, 2024
1 parent 5311d06 commit 57735d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
echo "Removing dangling images"
sudo docker rmi $(sudo docker images -f "dangling=true" -q) || true
sudo docker build -t autlabs/hub:mainnet . --build-arg ENV_FILE=.env
sudo docker build -t autlabs/hub:mainnet . --build-arg ENV_FILE=.env_prod
# sudo docker push autlabs/hub:mainnet
echo "Pulling the new image"
Expand Down

0 comments on commit 57735d6

Please sign in to comment.