Skip to content

Commit

Permalink
Merge pull request #364 from Quickchive/develop
Browse files Browse the repository at this point in the history
Develop to main
  • Loading branch information
stae1102 authored Jan 2, 2025
2 parents 9a98eb6 + c0605ca commit 4a22792
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
uses: appleboy/ssh-action@master
with:
host: ${{ secrets.PROD_HOST }}
username: ubuntu
username: ec2-user
key: ${{ secrets.PROD_KEY_PAIR }}
script: |
sh /home/ec2-user/deploy.sh

0 comments on commit 4a22792

Please sign in to comment.