Skip to content

Commit 0fc24fc

Browse files
committed
wip
1 parent c15867f commit 0fc24fc

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,11 @@ jobs:
4646
4747
- name: Restart app
4848
run: |
49-
stacks=${{ vars.DEPLOY_PATH }}/bin/ethui
49+
bin=${{ vars.DEPLOY_PATH }}/bin/ethui
5050
ssh ${{ vars.DIGITALOCEAN_USER }}@${{ vars.DIGITALOCEAN_HOST }} bash <<EOF
5151
source stacks.env.sh
52-
\$stacks eval "Ethui.Release.create()"
53-
\$stacks eval "Ethui.Release.migrate()"
54-
\$stacks restart
52+
\$bin eval "Ethui.Release.create()"
53+
\$bin eval "Ethui.Release.migrate()"
54+
\$bin restart
5555
EOF
5656

0 commit comments

Comments
 (0)