Skip to content

Commit

Permalink
[#38] PASSWORD라 잘못된 설정 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
JunRain2 committed Mar 16, 2024
1 parent 2c1babb commit d649ab8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: server

on:
workflow_dispatch:

pull_request:
paths:
- "./backend"
Expand All @@ -28,7 +28,7 @@ jobs:
- name: Run scripts in server
uses: appleboy/ssh-action@master
with:
key: ${{ secrets.PASSWORD }}
key: ${{ secrets.KEY }}
host: ${{ secrets.HOST }}
username: ${{ secrets.USER_NAME }}
script: ${{ secrets.SCRIPT }}
script: ${{ secrets.SCRIPT }}

0 comments on commit d649ab8

Please sign in to comment.