Skip to content

141 duration clock rollover #27

141 duration clock rollover

141 duration clock rollover #27

Workflow file for this run

name: Deploy to Forge
on:
pull_request:
branches:
- master
- staging
- dev
types: [closed]
jobs:
build_frontend:
uses: ./.github/workflows/frontend.yml
with:
node-version: ${{ vars.NODE_VERSION }}
npm-version: ${{ vars.NPM_VERSION }}
php-version: ${{ vars.PHP_VERSION }}
build-artifacts: true
run-tests: false
deploy:
needs: build_frontend
runs-on: ubuntu-latest
environment: ${{ github.base_ref == 'master' && 'production' || 'staging' }}
steps:
- name: Trigger Forge Deployment
env:
FORGE_DEPLOYMENT_WEBHOOK: ${{ secrets.FORGE_DEPLOYMENT_WEBHOOK }}
run: |
curl -X POST ${{ secrets.FORGE_DEPLOYMENT_WEBHOOK }}