Skip to content

Commit

Permalink
Update gradle.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
chickiyeah authored Nov 4, 2023
1 parent df8107d commit 403eb13
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,4 @@ jobs:
run: sudo apt-get install sshpass

- name: Run sshpass commands
uses: matheusvanzan/sshpass-action@v2
with:
host: ${{ secrets.SERVER_HOST }}
user: ${{ secrets.SERVER_USER }}
pass: ${{ secrets.SERVER_PASS }}
run: sudo sshpass -p 1234 scp ./deploy/*.war greencom_stu@greencom.kro.kr:/var/lib/tomcat9/webapps/.
run: sudo sshpass -p 1234 scp ./deploy/*.war greencom_stu@${{ secrets.SERVER_HOST }}:/var/lib/tomcat9/webapps/.

0 comments on commit 403eb13

Please sign in to comment.