Merge pull request #54 from HideyoshiNakazone/staging

Staging - Implementa Deploy Dispatcher
This commit is contained in:
2023-10-24 16:07:30 -03:00
committed by GitHub
2 changed files with 4 additions and 0 deletions

View File

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

View File

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