update zealy list with other early accessers #15
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Test CD | |
on: | |
push: | |
branches: | |
- development | |
jobs: | |
run_pull: | |
name: run pull | |
runs-on: ubuntu-latest | |
steps: | |
- name: install liefer | |
run: | | |
go install github.com/lxgr-linux/liefer@latest | |
- name: deploy | |
run: | | |
~/go/bin/liefer deliver devnet development ${{ secrets.LIEFER_PRIVKEY }} --address ${{ secrets.LXGR_HOST }}:8080 |