Configure fission publish GH action

This commit is contained in:
Jess Martin 2022-07-22 11:43:39 -04:00
parent bda718481d
commit 11b330a512
2 changed files with 6 additions and 3 deletions

View File

@ -5,7 +5,7 @@ on:
- main
jobs:
publish_job:
name: "🚀 Publish"
name: '🚀 Publish'
runs-on: ubuntu-latest
steps:
- name: 📥 Checkout repository
@ -13,7 +13,7 @@ jobs:
- name: 🧱 Setup node
uses: actions/setup-node@v2
with:
node-version: "16"
node-version: '16'
- name: 📦 Install packages
run: npm install
- name: 🏗 Build assets
@ -22,5 +22,5 @@ jobs:
uses: fission-suite/publish-action@v1
with:
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

3
fission.yaml Normal file
View File

@ -0,0 +1,3 @@
ignore: []
url: webnative-app-template.fission.app
build: ./build