Configure fission publish GH action
This commit is contained in:
parent
bda718481d
commit
11b330a512
|
|
@ -5,7 +5,7 @@ on:
|
||||||
- main
|
- main
|
||||||
jobs:
|
jobs:
|
||||||
publish_job:
|
publish_job:
|
||||||
name: "🚀 Publish"
|
name: '🚀 Publish'
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: 📥 Checkout repository
|
- name: 📥 Checkout repository
|
||||||
|
|
@ -13,7 +13,7 @@ jobs:
|
||||||
- name: 🧱 Setup node
|
- name: 🧱 Setup node
|
||||||
uses: actions/setup-node@v2
|
uses: actions/setup-node@v2
|
||||||
with:
|
with:
|
||||||
node-version: "16"
|
node-version: '16'
|
||||||
- name: 📦 Install packages
|
- name: 📦 Install packages
|
||||||
run: npm install
|
run: npm install
|
||||||
- name: 🏗 Build assets
|
- name: 🏗 Build assets
|
||||||
|
|
@ -22,5 +22,5 @@ jobs:
|
||||||
uses: fission-suite/publish-action@v1
|
uses: fission-suite/publish-action@v1
|
||||||
with:
|
with:
|
||||||
machine_key: ${{ secrets.FISSION_MACHINE_KEY }}
|
machine_key: ${{ secrets.FISSION_MACHINE_KEY }}
|
||||||
app_url: https://vicious-gigantic-old-troll.fission.app/
|
app_url: https://webnative-app-template.fission.app/
|
||||||
build_dir: ./build
|
build_dir: ./build
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,3 @@
|
||||||
|
ignore: []
|
||||||
|
url: webnative-app-template.fission.app
|
||||||
|
build: ./build
|
||||||
Loading…
Reference in New Issue