Merge pull request #58 from HideyoshiNakazone/staging

Staging - Fixes Deployment Dispatcher
This commit is contained in:
2023-10-24 21:30:01 -03:00
committed by GitHub
2 changed files with 3 additions and 4 deletions

View File

@@ -12,8 +12,9 @@ jobs:
name: Build
environment: prod
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Python 3.8
uses: actions/setup-python@v3
with:

View File

@@ -1,8 +1,6 @@
name: remote ssh command
on:
repository_dispatch:
types: [deploy-staging]
push:
branches:
- staging
@@ -13,7 +11,7 @@ jobs:
environment: staging
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Python 3.8
uses: actions/setup-python@v3
with: