Skip to content

Commit

Permalink
Merge pull request #159 from boostcampwm2023/qkrwogk-patch-1
Browse files Browse the repository at this point in the history
[Deploy] GitHub Actions를 통한 CI/CD 파이프라인 (수정수정수정수정)
  • Loading branch information
bananaba authored Nov 23, 2023
2 parents 74dfbe0 + 157327d commit 3fa8b3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
key: ${{ secrets.SSH_KEY }}
port: ${{ secrets.SSH_PORT }}
source: docker-compose.yml
target: /app/docker-compose.yml
target: /app

- name: make .env file
run: |
Expand All @@ -64,7 +64,7 @@ jobs:
key: ${{ secrets.SSH_KEY }}
port: ${{ secrets.SSH_PORT }}
source: .env
target: /app/.env
target: /app

- name: Deploy with SSH
uses: appleboy/ssh-action@master
Expand Down

0 comments on commit 3fa8b3d

Please sign in to comment.