Skip to content

Commit

Permalink
ci(deploy): add deploy workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Braden Mars <[email protected]>
  • Loading branch information
BradenM committed Jun 18, 2024
1 parent 343f589 commit 8593df5
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 @@
name: Deploy

on:
workflow_dispatch:
push:
branches:
- main
- master

concurrency:
group: deploy
cancel-in-progress: false

jobs:
deploy:
name: Deploy
secrets: inherit
uses: CrisisCleanup/infrastructure/.github/workflows/deploy-au-offline-site.yml@main

0 comments on commit 8593df5

Please sign in to comment.