Skip to content

Merge branch 'spheron-storage' #8

Merge branch 'spheron-storage'

Merge branch 'spheron-storage' #8

Workflow file for this run

name: Build and Commit
on:
push:
branches:
- main
jobs:
build-and-deploy:
runs-on: ubuntu-latest
env: # Environment variables from either organization or repository settings page (for GitHub Actions).
TENOR_KEY: ${{ secrets.TENOR_KEY }}
steps:
- name: Checkout 🛎️
uses: actions/[email protected]
- name: Install and Build 🔧 # This example project is built using npm and outputs the result to the 'build' folder.
run: |
npm install
npm run generate
- name: Deploy 🚀
uses: JamesIves/[email protected]
with:
branch: build # The branch the action should deploy to.
folder: dist # The folder the action should deploy.