-
Notifications
You must be signed in to change notification settings - Fork 1
40 lines (31 loc) · 943 Bytes
/
deploy-ipfs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
# name: Deploy IPFS
# on:
# push:
# branches: ["master"]
# workflow_dispatch:
# concurrency:
# group: ${{ github.ref }}
# cancel-in-progress: true
# jobs:
# deploy:
# runs-on: ubuntu-latest
# environment: deploy
# env:
# FLEEK_API_KEY: ${{ secrets.FLEEK_API_KEY }}
# FLEEK_SITE_ID: ${{ secrets.FLEEK_SITE_ID }}
# NETLIFY_API_KEY: ${{ secrets.NETLIFY_API_KEY }}
# NETLIFY_DNS_ZONE_ID: ${{ secrets.NETLIFY_DNS_ZONE_ID }}
# NETLIFY_DNS_LINK: ${{ secrets.NETLIFY_DNS_LINK }}
# # PINATA_API_KEY: ${{ secrets.NETLIFY_DNS_LINK }}
# # : ${{ secrets.NETLIFY_DNS_LINK }}
# # PINATA_: ${{ secrets.NETLIFY_DNS_LINK }}
# steps:
# - uses: actions/checkout@v3
# - name: Deploy
# uses: actions/setup-node@v3
# with:
# node-version: 16.x
# cache: yarn
# - run: yarn
# - run: yarn build
# - run: yarn deploy