We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c15867f commit 0fc24fcCopy full SHA for 0fc24fc
1 file changed
.github/workflows/deploy.yml
@@ -46,11 +46,11 @@ jobs:
46
47
- name: Restart app
48
run: |
49
- stacks=${{ vars.DEPLOY_PATH }}/bin/ethui
+ bin=${{ vars.DEPLOY_PATH }}/bin/ethui
50
ssh ${{ vars.DIGITALOCEAN_USER }}@${{ vars.DIGITALOCEAN_HOST }} bash <<EOF
51
source stacks.env.sh
52
- \$stacks eval "Ethui.Release.create()"
53
- \$stacks eval "Ethui.Release.migrate()"
54
- \$stacks restart
+ \$bin eval "Ethui.Release.create()"
+ \$bin eval "Ethui.Release.migrate()"
+ \$bin restart
55
EOF
56
0 commit comments