Merge pull request #53 from CruGlobal/node18upgrade #9
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |