Skip to content

Commit

Permalink
added workflow dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
Gissebass committed May 23, 2024
1 parent 40fa150 commit 96a8c27
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/deploy-backend.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
name: Build and deploy Backend app to Azure Container Instance - hilfling-backend

on:
push:
branches:
- master
workflow_dispatch:
7 changes: 7 additions & 0 deletions .github/workflows/deploy-traefik.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
name: Build and deploy Traefik app to Azure Container Instance - hilfling-backend

on:
push:
branches:
- master
workflow_dispatch:

0 comments on commit 96a8c27

Please sign in to comment.