Skip to content

Commit

Permalink
fix(github) : secrets이 안붙어 있던 거 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
Woongbin06 committed Apr 16, 2024
1 parent 02f7f8b commit b2c3931
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ jobs:
host: ${{ secrets.SERVER_HOST }}
username: ${{ secrets.SERVER_NAME }}
password: ${{ secrets.SERVER_PASSWORD }}
source: ${{ SOURCE_PATH }}
target: ${{ DIST_PATH }}
source: ${{ secrets.SOURCE_PATH }}
target: ${{ secrets.DIST_PATH }}

- name: Execute jar file
uses: appleboy/ssh-action@master
Expand Down

0 comments on commit b2c3931

Please sign in to comment.