Skip to content

Commit

Permalink
Update deploy-bdjuno-private-testnet.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
beb4now authored Jul 9, 2024
1 parent 64eb47a commit 041dc99
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/deploy-bdjuno-private-testnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,17 @@ jobs:
sudo docker stop cloudsql-proxy || true
sudo docker rm cloudsql-proxy || true
- name: Stop and remove any existing containers with alt names
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_1 || true
sudo docker rm deploy_bdjuno_hasura_1 || true
sudo docker stop cloudsql-proxy || true
sudo docker rm cloudsql-proxy || true
- name: Create bdjuno directory and download genesis file
run: |
mkdir bdjuno
Expand Down

0 comments on commit 041dc99

Please sign in to comment.