Skip to content

Commit cad0bfd

Browse files
committed
fix: 포트 수정
1 parent 6cc3920 commit cad0bfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-service.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
host: ${{ secrets[inputs.host_secret] }}
6464
username: ${{ secrets[inputs.user_secret] }}
6565
key: ${{ secrets[inputs.key_secret] }}
66-
port: ${{ secrets.SSH_PORT }}
66+
port: ${{ secrets.PORT }}
6767
script: |
6868
cd /home/watchducks/app
6969
echo "${{ secrets[inputs.env_secret] }}" > .env

0 commit comments

Comments
 (0)