Skip to content

Commit

Permalink
Update deploy-bdjuno-public-testnet.yml
Browse files Browse the repository at this point in the history
fixed container names
  • Loading branch information
beb4now authored May 23, 2024
1 parent 6f6bea7 commit 943699b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/deploy-bdjuno-public-testnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ jobs:

- name: Stop and remove any existing containers
run: |
sudo docker stop deploy_bdjuno_hasura_1 || true
sudo docker rm deploy_bdjuno_hasura_1 || true
sudo docker stop deploy_bdjuno_bdjuno_1 || true
sudo docker rm deploy_bdjuno_bdjuno_1 || true
sudo docker stop deploy_bdjuno_hasura-actions_1 || true
sudo docker rm deploy_bdjuno_hasura-actions_1 || true
sudo docker stop cudos-bdjuno-hasura-1 || true
sudo docker rm cudos-bdjuno-hasura-1 || true
sudo docker stop cudos-bdjuno-bdjuno-1 || true
sudo docker rm cudos-bdjuno-bdjuno-1 || true
sudo docker stop cudos-bdjuno-hasura-actions-1 || true
sudo docker rm cudos-bdjuno-hasura-actions-1 || true
sudo docker stop cloudsql-proxy || true
sudo docker rm cloudsql-proxy || true
Expand Down

0 comments on commit 943699b

Please sign in to comment.