Skip to content

fix/#47-egg-page: getMissionForParent/Child 엔드포인트 변경으로 인한 hotfix #53

fix/#47-egg-page: getMissionForParent/Child 엔드포인트 변경으로 인한 hotfix

fix/#47-egg-page: getMissionForParent/Child 엔드포인트 변경으로 인한 hotfix #53

Workflow file for this run

name: SolSolHigh-FE Deploy
on:
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 feat/#47-egg-page