Skip to content

Commit

Permalink
Merge pull request #132 from UMC-WOWMARKET/yoonsseo-patch-1
Browse files Browse the repository at this point in the history
[Fix] SSH deploy로 변경
  • Loading branch information
yoonsseo authored Nov 2, 2023
2 parents b955216 + aacb889 commit 4ffb4e2
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 4ffb4e2

Please sign in to comment.