Skip to content

Commit

Permalink
fix/#47-egg-page: 미션, 계란, 시장 테스트 위한 deploy수정
Browse files Browse the repository at this point in the history
  • Loading branch information
ABizCho committed Aug 29, 2024
1 parent b5efe2d commit c688c2b
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
name: SolSolHigh-FE Deploy

on:
push:
branches: develop
push:
branches: feat/#47-egg-page

jobs:
deploy:
runs-on: ubuntu-latest
steps:
# stage : ssh
- name: SSH
uses: appleboy/ssh-action@v1.0.3
with:
host: ${{ secrets.SSH_KRO_HOST }}
username: ${{ secrets.SSH_KRO_USERNAME }}
password: ${{ secrets.SSH_PASSWORD }}
script: |
cd ~/solsol-high
./static.sh develop
deploy:
runs-on: ubuntu-latest
steps:
# stage : ssh
- name: SSH
uses: appleboy/ssh-action@v1.0.3
with:
host: ${{ secrets.SSH_KRO_HOST }}
username: ${{ secrets.SSH_KRO_USERNAME }}
password: ${{ secrets.SSH_PASSWORD }}
script: |
cd ~/solsol-high
./feat/#47-egg-page.sh

0 comments on commit c688c2b

Please sign in to comment.