Skip to content

Commit

Permalink
Update cicd.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
qkrwogk authored Nov 23, 2023
1 parent 74dfbe0 commit 157327d
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 157327d

Please sign in to comment.