Skip to content

feat(infra): implement TLS #17

feat(infra): implement TLS

feat(infra): implement TLS #17

Workflow file for this run

name: Development workflow
permissions: write-all
on:
workflow_dispatch:
push:
branches: ["develop"]
jobs:
check:
name: Check
uses: ./.github/workflows/check.yml
build:
name: Build
needs: check
uses: ./.github/workflows/build.yml
deploy:
name: Deploy
needs: build
uses: ./.github/workflows/deploy.yml
with:
environment: Development