diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index d1d2af0..fdb88ef 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -44,8 +44,6 @@ jobs: script: | sudo systemctl restart docker sudo docker pull somnath910/statuscode1:latest - sudo docker stop web-app || true - sudo docker rm web-app || true sudo docker run -d --name web-app \ -e DATABASE_URL=${{ secrets.DATABASE_URL }} \ -e PORT=${{ secrets.PORT }} \