Skip to content

Commit

Permalink
완성
Browse files Browse the repository at this point in the history
  • Loading branch information
qlido committed Dec 7, 2023
1 parent 05f5855 commit 234c0dc
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,16 @@ jobs:
# Docker Hub push (4)
- name: docker Hub push
run: docker push qlido/sinp

- name: Connect to WAS & Execute Application
uses: appleboy/[email protected]
with:
host: ${{ secrets.WAS_HOST }}
username: ${{ secrets.WAS_USERNAME }}
key: ${{ secrets.SSH_KEY }}
port: ${{ secrets.WAS_SSH_PORT }}
script: |
cd /home/ubuntu/Something-Hilarious-Backend
docker-compose stop
docker-compose pull
docker-compose up -d

0 comments on commit 234c0dc

Please sign in to comment.