Removes Staging Dispatcher

This commit is contained in:
2023-10-24 21:26:36 -03:00
parent f989fac5da
commit bc46953519
2 changed files with 1 additions and 8 deletions

View File

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

View File

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