Skip to content

Commit

Permalink
fix: release.yml 버전 오류 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
wibaek authored Jul 17, 2024
1 parent d73004b commit 5586645
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
run: ./gradlew bootJar -Dspring.profiles.active=prod

- name: Copy jar file to remote
uses: appleboy/scp-action@v0.1.10
uses: appleboy/scp-action@master
with:
host: ${{ secrets.HOST }}
username: ${{ secrets.USERNAME }}
Expand All @@ -43,7 +43,7 @@ jobs:
target: "/home/${{ secrets.USERNAME }}/solid-connect-server/build/libs"

- name: Copy docker file to remote
uses: appleboy/scp-action@v0.1.10
uses: appleboy/scp-action@master
with:
host: ${{ secrets.HOST }}
username: ${{ secrets.USERNAME }}
Expand All @@ -52,7 +52,7 @@ jobs:
target: "/home/${{ secrets.USERNAME }}/solid-connect-server/"

- name: Copy docker compose file to remote
uses: appleboy/scp-action@v0.1.10
uses: appleboy/scp-action@master
with:
host: ${{ secrets.HOST }}
username: ${{ secrets.USERNAME }}
Expand All @@ -61,7 +61,7 @@ jobs:
target: "/home/${{ secrets.USERNAME }}/solid-connect-server/"

- name: Copy nginx configuration file to remote
uses: appleboy/scp-action@v0.1.10
uses: appleboy/scp-action@master
with:
host: ${{ secrets.HOST }}
username: ${{ secrets.USERNAME }}
Expand Down

0 comments on commit 5586645

Please sign in to comment.