Skip to content

Merge pull request #53 from CruGlobal/node18upgrade #9

Merge pull request #53 from CruGlobal/node18upgrade

Merge pull request #53 from CruGlobal/node18upgrade #9

name: Deploy Serverless Functions
on:
push:
branches:
# Automatically deploy master and staging. Additional branches may be added.
- master
- staging
workflow_dispatch:
# Allows manual build and deploy of any branch/ref
jobs:
# Deploy Serverless functions
deploy:
name: Deploy
uses: CruGlobal/.github/.github/workflows/deploy-serverless.yml@v1