Skip to content

Commit

Permalink
feat/#71-ui: deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
ABizCho committed Aug 31, 2024
1 parent bb33756 commit f659bfb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: SolSolHigh-FE Deploy

on:
push:
branches: develop
branches: feat/#71-ui

jobs:
deploy:
Expand All @@ -17,4 +17,4 @@ jobs:
password: ${{ secrets.SSH_PASSWORD }}
script: |
cd ~/solsol-high
./static.sh develop
./static.sh feat/#71-ui

0 comments on commit f659bfb

Please sign in to comment.