Skip to content

Commit

Permalink
Merge pull request #363 from Quickchive/ci/change-main-cicd-username
Browse files Browse the repository at this point in the history
ci: change main cicd username
  • Loading branch information
stae1102 authored Jan 2, 2025
2 parents 4c0e2a3 + 5353238 commit c0605ca
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 c0605ca

Please sign in to comment.