Skip to content

Commit

Permalink
Use ref inside the ssh
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielSchiavini committed Feb 15, 2024
1 parent e54e069 commit 6c55846
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,8 @@ jobs:
END
- name: Deploy
env:
REF: ${{ github.sha }}
run: |
ssh try_vyper bash <<EOF
ssh try_vyper bash <<EOF
cd try.vyperlang.org
./full_reload.sh
REF=${{ github.sha }} ./full_reload.sh
EOF

0 comments on commit 6c55846

Please sign in to comment.