Skip to content

Commit

Permalink
chore: Testing new permaweb-deploy method
Browse files Browse the repository at this point in the history
  • Loading branch information
Bobinstein committed Jul 31, 2024
1 parent 4d15940 commit fa50118
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/arweave-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Arweave Deploy
on:
push:
branches:
- main
- permaweb

jobs:
Arweave-build-and-deploy:
Expand Down Expand Up @@ -35,11 +35,12 @@ jobs:
- name: Install dependencies for deployment script
run: |
cd .github/workflows/scripts
npm install
npm install permaweb-deploy
- name: Run deployment script
env:
DEPLOY_KEY: ${{ secrets.DEPLOY_KEY }}
DEPLOY_ANT_PROCESS_ID: ${{ secrets.DEPLOY_ANT_PROCESS_ID}}
run: |
cd .github/workflows/scripts
node arweave-deploy.js
permaweb-deploy --ant-process $DEPLOY_ANT_PROCESS_ID

0 comments on commit fa50118

Please sign in to comment.