Skip to content

Commit

Permalink
fix deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
hoh committed Dec 12, 2024
1 parent c0b8dd1 commit 5d7d9a5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,7 @@ jobs:
path: htmlcov

- name: Load ethereum private key
run: hatch run deployment:aleph account create --private-key ${{ secrets.ALEPH_ETH_PRIVATE_KEY }}
run: echo "deployment" | hatch run deployment:aleph account create --chain ETH --private-key ${{ secrets.ALEPH_ETH_PRIVATE_KEY }}

- name: Deploy on aleph.im
run: hatch run deployment:deploy

0 comments on commit 5d7d9a5

Please sign in to comment.