Skip to content

Commit

Permalink
Fix: ec2-user -> ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
dainshon authored Jul 7, 2024
1 parent 778f22b commit c86ebbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
- name: Deploy to prod
uses: appleboy/ssh-action@master
with:
username: ec2-user
username: ubuntu
host: ${{ secrets.WAS_HOST }}
key: ${{ secrets.WAS_PRIVATE_KEY }}
port: ${{ secrets.WAS_PORT }}
Expand Down

0 comments on commit c86ebbd

Please sign in to comment.