Skip to content

Commit

Permalink
Update deploy-bdjuno-public-testnet.yml
Browse files Browse the repository at this point in the history
Added section to stop and remove existing containers
  • Loading branch information
beb4now authored May 23, 2024
1 parent b9f6169 commit 6f6bea7
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/deploy-bdjuno-public-testnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,17 @@ jobs:
# - name: Set up Docker
# uses: docker/setup-buildx-action@v1

- 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 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 6f6bea7

Please sign in to comment.