Skip to content

Commit 238295a

Browse files
committed
Updating variable names
1 parent 4cb3be9 commit 238295a

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,9 @@ jobs:
3737
- name: Deploy using ssh
3838
uses: appleboy/ssh-action@master
3939
with:
40-
host: ${{ secrets.HOST }}
41-
username: ${{ secrets.USERNAME }}
42-
key: ${{ secrets.PRIVATE_KEY }}
43-
port: 22
40+
host: ${{ secrets.SSH_HOST }}
41+
username: ${{ secrets.SSH_USERNAME }}
42+
key: ${{ secrets.SSH_PRIVATE_KEY }}
4443
script: |
4544
cd ${{ secrets.APP_PATH }}
4645
./build.sh

0 commit comments

Comments
 (0)