Skip to content

Commit

Permalink
Try deploying on aleph.im
Browse files Browse the repository at this point in the history
  • Loading branch information
hoh committed Dec 12, 2024
1 parent 30bf88a commit c0b8dd1
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,11 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: coverage-report
path: htmlcov
path: htmlcov

- name: Load ethereum private key
run: hatch run deployment:aleph account create --private-key ${{ secrets.ALEPH_ETH_PRIVATE_KEY }}

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

0 comments on commit c0b8dd1

Please sign in to comment.