Skip to content

feat: form implementation to collect data (wip) #21

feat: form implementation to collect data (wip)

feat: form implementation to collect data (wip) #21

Workflow file for this run

# https://github.com/EPFL-ENAC/epfl-enac-build-push-deploy-action#readme
name: deploy
'on':
push:
branches:
- dev
tags: ['v*.*.*']
env:
REGISTRY: ghcr.io
IMAGE_NAME: ${{github.repository}}
jobs:
deploy:
uses: EPFL-ENAC/epfl-enac-build-push-deploy-action/.github/workflows/deploy.yml@v2.2.0
secrets:
token: ${{ secrets.CD_TOKEN }}
with:
# Optional inputs can be passed here
org: epfl-lasure
repo: platyp
build_context: '["./backend", "./admin", "./collect"]'