Skip to content

Commit

Permalink
Merge pull request #55 from BaeJunH0/feat/#37-cicd
Browse files Browse the repository at this point in the history
fix : application 실행이 안되는 문제 해결
  • Loading branch information
BaeJunH0 authored Nov 30, 2024
2 parents b327e73 + 6fc7d34 commit 51e56c1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ jobs:
context: .
push: true
tags: ${{ secrets.DOCKER_USERNAME }}/alumni_link
build-args: |
KEY=${{ secrets.KEY }}
TOKEN_EXPIRE_LENGTH=${{ secrets.TOKEN_EXPIRE_LENGTH }}
# appleboy/ssh-action@master 액션을 사용하여 지정한 서버에 ssh로 접속하고, script를 실행합니다.
# script의 내용은 도커의 기존 프로세스들을 제거하고, docker repo로부터 방금 위에서 push한 내용을 pull 받아 실행하는 것입니다.
Expand Down

0 comments on commit 51e56c1

Please sign in to comment.