Skip to content

Commit

Permalink
Add staging CI #567
Browse files Browse the repository at this point in the history
  • Loading branch information
joepio committed Feb 8, 2023
1 parent 5aa187f commit 47bbc1a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/deploy_staging.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: Deployment Staging

on:
workflow_dispatch:
push:
branches:
- master

jobs:
uses: ./.github/workflows/deployment.yml
4 changes: 2 additions & 2 deletions .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Deployment
name: Deployment (re-use)

on:
workflow_dispatch:
workflow_call:

jobs:
deploy:
Expand Down

0 comments on commit 47bbc1a

Please sign in to comment.