Skip to content

Commit e72c385

Browse files
author
leeminjung1
committed
fix: cd
1 parent 2e1a424 commit e72c385

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
run: ./gradlew clean build -x test
3333

3434
- name: Upload JAR to EC2
35-
uses: appleboy/scp-action@v0.1.3
35+
uses: appleboy/scp-action@master
3636
with:
3737
host: ${{ secrets.DEVSYNC_EC2_HOST }}
3838
username: ${{ secrets.DEVSYNC_EC2_USERNAME }}
@@ -42,7 +42,7 @@ jobs:
4242
target: "/home/ubuntu/"
4343

4444
- name: Run JAR on EC2
45-
uses: appleboy/ssh-action@v1.0.3
45+
uses: appleboy/ssh-action@master
4646
with:
4747
host: ${{ secrets.DEVSYNC_EC2_HOST }}
4848
username: ${{ secrets.DEVSYNC_EC2_USERNAME }}

0 commit comments

Comments
 (0)