Skip to content

Commit

Permalink
chore(cd): add new cd for k8s
Browse files Browse the repository at this point in the history
  • Loading branch information
nicdub committed Feb 6, 2025
1 parent ed9c7e3 commit ee21e8a
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# https://github.com/EPFL-ENAC/epfl-enac-build-push-deploy-action#readme
name: deploy

'on':
push:
# branches:
# - develop
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-enac
repo: wanh
build_context: '["./frontend"]'

0 comments on commit ee21e8a

Please sign in to comment.