Skip to content

Commit

Permalink
[Fix] SSH deploy로 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
yoonsseo authored Nov 2, 2023
1 parent b955216 commit aacb889
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/github-actions-demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branches: [ main ]

jobs:
SSH:
deploy:
runs-on: ubuntu-latest

steps:
Expand All @@ -18,4 +18,4 @@ jobs:
username: ${{ secrets.USER }}
script: |
cd /home/ec2-user/apps/step1
sh deploy.sh
sh deploy.sh

0 comments on commit aacb889

Please sign in to comment.