Skip to content

Commit

Permalink
chore: github action test
Browse files Browse the repository at this point in the history
  • Loading branch information
Bobinstein committed Jul 31, 2024
1 parent fa50118 commit 13ca3e7
Show file tree
Hide file tree
Showing 3 changed files with 2,168 additions and 54 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/arweave-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,13 @@ jobs:
- name: Install dependencies for deployment script
run: |
cd .github/workflows/scripts
npm install permaweb-deploy
npm install
- name: Run deployment script
env:
DEPLOY_KEY: ${{ secrets.DEPLOY_KEY }}
DEPLOY_ANT_PROCESS_ID: ${{ secrets.DEPLOY_ANT_PROCESS_ID}}
run: |
cd .github/workflows/scripts
permaweb-deploy --ant-process $DEPLOY_ANT_PROCESS_ID
yarn deploy
Loading

0 comments on commit 13ca3e7

Please sign in to comment.