Skip to content

feat/#71-ui: 저축 알림 ui 개선 #142

feat/#71-ui: 저축 알림 ui 개선

feat/#71-ui: 저축 알림 ui 개선 #142

Workflow file for this run

name: SolSolHigh-FE Deploy
on:
push:
branches: feat/#71-ui
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/#71-ui