Skip to content

Commit

Permalink
chore(ghactions): add k8s cd
Browse files Browse the repository at this point in the history
  • Loading branch information
nicdub committed Jan 15, 2025
1 parent 8220dd8 commit 89df169
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/deploy-k8s.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# 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"]'

0 comments on commit 89df169

Please sign in to comment.