Skip to content

Commit

Permalink
Merge pull request #88 from ghdcksgml1/dev
Browse files Browse the repository at this point in the history
Merge dev branch
  • Loading branch information
ghdcksgml1 authored Oct 23, 2023
2 parents a73eeee + c104241 commit 814da9c
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/CI_main_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,16 @@ jobs:
run: ./gradlew jib

deployment:
name: docker 배포
name: docker deployment
needs: build # depends on
runs-on: self-hosted

steps:
- name: docker-compose 배포 스크립트
run: ${{ secrets.DOCKER_COMPOSE_DEPLOYMENT_SCRIPT }}
- name: executing remote ssh commands using password
uses: appleboy/[email protected]
with:
host: ${{ secrets.HOST }}
username: ${{ secrets.USERNAME }}
password: ${{ secrets.PASSWORD }}
port: ${{ secrets.PORT }}
script: ${{ secrets.DOCKER_COMPOSE_DEPLOYMENT_SCRIPT }} # docker-compose 배포 스크립트 실행

0 comments on commit 814da9c

Please sign in to comment.