Skip to content
This repository has been archived by the owner on Jun 5, 2024. It is now read-only.

Commit

Permalink
chore: add manual deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
bloodf committed Dec 16, 2022
1 parent c023b31 commit 26f3f07
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/5.deploy-production.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Deploy - Production

on:
workflow_dispatch:
push:
branches:
- main
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/6.deploy-staging.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Deploy - Staging

on:
workflow_dispatch:
push:
branches:
- staging
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/7.deploy-development.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Deploy - Development

on:
workflow_dispatch:
push:
branches:
- development
Expand Down

0 comments on commit 26f3f07

Please sign in to comment.