Skip to content

Commit

Permalink
prod: test10 (#prod)
Browse files Browse the repository at this point in the history
  • Loading branch information
kdkdhoho committed May 28, 2024
1 parent 51b4bae commit b7bf471
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/prod-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
with:
host: ${{ secrets.PROD_EC2_HOST }}
username: ${{ secrets.PROD_EC2_USERNAME }}
passphrase: ${{ secrets.PROD_EC2_PASSWORD }}
password: ${{ secrets.PROD_EC2_PASSWORD }}
port: ${{ secrets.PROD_EC2_PORT }}
script: |
docker stop "${{ secrets.PROD_CONTAINER_NAME }}"
Expand Down

0 comments on commit b7bf471

Please sign in to comment.