Skip to content

deploy

deploy #4

Workflow file for this run

name: deploy
env:
NODE_VERSION: 20
GH_TOKEN: ${{ github.token }}
permissions: write-all
concurrency: ${{ github.workflow }}-${{ github.ref }}
on:
workflow_run:
workflows: [ci]
types:
- completed
jobs:
infrastructure:
if: github.ref == 'refs/heads/main'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: ${{ env.NODE_VERSION }}
- run: gh workflow run infrastructure.yml -f environment=dev