diff --git a/.github/workflows/prod-cd.yml b/.github/workflows/prod-cd.yml index ac1b870a..34329a75 100644 --- a/.github/workflows/prod-cd.yml +++ b/.github/workflows/prod-cd.yml @@ -115,7 +115,8 @@ jobs: host: ${{ secrets.PROD_EC2_HOST }} username: ${{ secrets.PROD_EC2_USERNAME }} port: ${{ secrets.PROD_EC2_PORT }} - timeout: 1m + debug: true + script_stop: true script: | docker stop "${{ secrets.PROD_CONTAINER_NAME }}" docker rm -f "${{ secrets.PROD_CONTAINER_NAME }}"