Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:
host: ${{ secrets.EC2_HOST }}
username: ubuntu
key: ${{ secrets.EC2_SSH_KEY }}
source: build/libs/busan-0.0.1-SNAPSHOT.jar
target: /home/ubuntu/app/
source: build/libs/app.jar
target: /home/ubuntu/app/app.jar

- name: SSH and deploy Docker container
uses: appleboy/[email protected]
Expand Down