Skip to content

Instantly share code, notes, and snippets.

@SoftCreatR
Created September 17, 2021 23:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save SoftCreatR/6f4d6296f0e1b2f05ba07220be1483fb to your computer and use it in GitHub Desktop.
Save SoftCreatR/6f4d6296f0e1b2f05ba07220be1483fb to your computer and use it in GitHub Desktop.
name: Main
on: [push]
jobs:
build:
name: Deploy
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.3.4
- name: Setup Node.js
uses: actions/setup-node@v2.4.0
with:
node-version: '14'
cache: 'yarn'
- run: yarn global add go-ipfs && ipfs init
- run: yarn install
- run: yarn deploy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment