Skip to content

Commit

Permalink
[chore] : Update cicd.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
chahyunsoo authored Mar 25, 2024
1 parent 4c81acd commit c3f2503
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 @@ -57,7 +57,7 @@ jobs:
host: ${{ secrets.HOST }}
key: ${{ secrets.KEY }}
port: 22
source: "./deploy.sh"
source: "./scripts/"
target: "/home/ubuntu/"


Expand All @@ -69,7 +69,7 @@ jobs:
host: ${{ secrets.HOST }}
key: ${{ secrets.KEY }}
port: 22
source: "./homepage/docker-compose.yml"
source: "./docker-compose.yml"
target: "/home/ubuntu/"


Expand Down

0 comments on commit c3f2503

Please sign in to comment.