Skip to content

fix(ghactions): fix ci after branch renaming #16

fix(ghactions): fix ci after branch renaming

fix(ghactions): fix ci after branch renaming #16

Workflow file for this run

# https://github.com/EPFL-ENAC/epfl-enac-build-push-deploy-action#readme
name: deploy
"on":
push:
branches:
- dev
- test
- stage
tags: ["v*.*.*"]
jobs:
deploy:
uses: EPFL-ENAC/epfl-enac-build-push-deploy-action/.github/workflows/deploy.yml@v2.0.0
secrets:
token: ${{ secrets.CD_TOKEN }}
with:
org: epfl-alice
repo: alicelandings
build_context: '["./frontend"]'