Skip to content

chore(Dockerfile): add poetry export plugin #2

chore(Dockerfile): add poetry export plugin

chore(Dockerfile): add poetry export plugin #2

Workflow file for this run

# https://github.com/EPFL-ENAC/epfl-enac-build-push-deploy-action#readme
name: deploy
"on":
push:
branches:
- develop
- test
tags: ["v*.*.*"]
jobs:
deploy:
uses: EPFL-ENAC/epfl-enac-build-push-deploy-action/.github/workflows/[email protected]
secrets:
token: ${{ secrets.CD_TOKEN }}
with:
org: epfl-cclab
repo: ccfatigue
build_context: '["./backend", "./frontend"]'