Skip to content

Commit

Permalink
Merge pull request #115 from ZorrillosDev/v0.2.0-cd
Browse files Browse the repository at this point in the history
V0.2.0 cd
  • Loading branch information
geolffreym authored Nov 20, 2021
2 parents b1f25d0 + 394057f commit 8bebb07
Show file tree
Hide file tree
Showing 4 changed files with 7,615 additions and 14,370 deletions.
26 changes: 26 additions & 0 deletions .github/workflows/publish-web.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name: CD

on:
push:
branches:
- 'master'
- 'v0.*.0'
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install
run: npm ci

- name: Build
run: npm run build

- name: Publish
run: npm run publish
env:
IPFS_DEPLOY_CLOUDFLARE__API_TOKEN: ${{ secrets.IPFS_DEPLOY_CLOUDFLARE__API_TOKEN }}
IPFS_DEPLOY_CLOUDFLARE__ZONE: ${{ secrets.IPFS_DEPLOY_CLOUDFLARE__ZONE }}
IPFS_DEPLOY_CLOUDFLARE__RECORD: ${{ secrets.IPFS_DEPLOY_CLOUDFLARE__RECORD }}
IPFS_DEPLOY_PINATA__API_KEY: ${{ secrets.IPFS_DEPLOY_PINATA__API_KEY }}
IPFS_DEPLOY_PINATA__SECRET_API_KEY: ${{ secrets.IPFS_DEPLOY_PINATA__SECRET_API_KEY }}
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ orbitdb/
.env.development.local
.env.test.local
.env.production.local
package-lock.json
release
build
.env
Expand Down
Loading

0 comments on commit 8bebb07

Please sign in to comment.