Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Hoon-Hub authored Oct 9, 2023
1 parent 9af56d2 commit 24fcdbe
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,17 @@ jobs:
# PORT: ${{ secrets.SERVER_PORT }}
# password: ${{ secrets.NPC_DEV_SERVER_PASSWORD }}

PRIVATE_KEY: ${{ secrets.NCP_PRI_KEY }}
HOST: ${{ secrets.NCP_HOST }}
USERNAME: ${{ secrets.NCP_USR_NM }}
PORT: ${{ secrets.NCP_PORT }}
password: ${{ secrets.NCP_USR_PWD }}
# PRIVATE_KEY: ${{ secrets.NCP_PRI_KEY }}
# HOST: ${{ secrets.NCP_HOST }}
# USERNAME: ${{ secrets.NCP_USR_NM }}
# PORT: ${{ secrets.NCP_PORT }}
# password: ${{ secrets.NCP_USR_PWD }}

PRIVATE_KEY: ${{ secrets.NCP_PRI_KEY }}
HOST: 49.50.174.69
USERNAME: root
PORT: 22
PASSWORD: Y3!ui9a=La
run: |
echo "$PRIVATE_KEY" > private_key.pem
chmod 400 private_key.pem
Expand Down

0 comments on commit 24fcdbe

Please sign in to comment.