Skip to content

Commit

Permalink
stop & remove existing containers
Browse files Browse the repository at this point in the history
  • Loading branch information
zkokelj committed Dec 16, 2024
1 parent eab565f commit 1fbb1c4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/manual-deploy-obscuro-gateway.yml
Original file line number Diff line number Diff line change
Expand Up @@ -383,6 +383,10 @@ jobs:
# Promtail Integration End
docker volume create "TENGateway-${{ github.event.inputs.testnet_type }}-data" || true
# Stop and remove existing container if it exists
docker stop "${{ env.VM_NAME }}" || true
docker rm "${{ env.VM_NAME }}" || true
# Start Ten Gateway Container
docker run -d -p 80:80 -p 81:81 -p 443:443 --name "${{ env.VM_NAME }}" \
Expand Down

0 comments on commit 1fbb1c4

Please sign in to comment.