Skip to content

Commit

Permalink
ci: github action + docker + aws ec2
Browse files Browse the repository at this point in the history
  • Loading branch information
g16rim committed Nov 6, 2023
1 parent acbc6b0 commit 9adf63d
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 @@ -42,7 +42,7 @@ jobs:
docker push ${{ secrets.DOCKER_USERNAME }}/youwriting:latest
- name: Deploy
uses: g16rim/ssh-action@master
uses: appleboy/ssh-action@master
with:
host: ${{ secrets.HOST }} # EC2 인스턴스 퍼블릭 DNS
username: ubuntu
Expand Down

0 comments on commit 9adf63d

Please sign in to comment.