Merge pull request #53 from HideyoshiNakazone/implementa-deploy-dispatcher

Implementa deploy dispatcher
This commit is contained in:
2023-10-24 16:05:00 -03:00
committed by GitHub
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