Implements Deploy Dispatcher

This commit is contained in:
2023-10-24 19:04:15 +00:00
committed by GitHub
parent daef201eb3
commit db736ca6ef
2 changed files with 4 additions and 0 deletions

View File

@@ -1,6 +1,8 @@
name: remote ssh command
on:
repository_dispatch:
types: [deploy-prod]
push:
branches:
- main

View File

@@ -1,6 +1,8 @@
name: remote ssh command
on:
repository_dispatch:
types: [deploy-staging]
push:
branches:
- staging