Skip to content

Merge branch 'main' of https://github.com/deradnet/SkyQuery #2

Merge branch 'main' of https://github.com/deradnet/SkyQuery

Merge branch 'main' of https://github.com/deradnet/SkyQuery #2

Workflow file for this run

name: Arweave Deploy
on:
push:
branches:
- main
jobs:
Arweave-build-and-deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup Node.js environment
uses: actions/setup-node@v2
with:
node-version: "20"
- name: Run deployment script
env:
DEPLOY_KEY: ${{ secrets.DEPLOY_KEY }}
run: |
npm install
npm run deploy