Skip to content

Commit

Permalink
chore: CICD test
Browse files Browse the repository at this point in the history
  • Loading branch information
SeongHyeon0409 committed Nov 4, 2024
1 parent c5b481c commit 529ed77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
with:
host: ${{ secrets.SSH_HOST }}
username: seonghyeon0409
password: dc${{ secrets.SSH_PASSWORD1 }}
password: ${{ secrets.SSH_PASSWORD1 }}
port: ${{ secrets.SSH_PORT }}
script: |
cd /corinee
Expand Down

0 comments on commit 529ed77

Please sign in to comment.