Remove CD workflow (#18671)

This commit is contained in:
Mac Siri 2022-11-01 18:57:23 -04:00 committed by GitHub
parent 74553f6f88
commit d98eee3b08
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,4 @@
name: CI/CD
name: CI
on:
push:
@ -207,25 +207,3 @@ jobs:
env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
if: failure() && github.ref == 'refs/heads/main'
Deploy:
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
runs-on: ubuntu-latest
needs: [CI-status-report]
environment: ${{ matrix.environment }}
concurrency: ${{ matrix.environment }}
timeout-minutes: 30
strategy:
fail-fast: false
matrix:
environment: [ Production ]
steps:
- uses: actions/checkout@v3
- uses: akhileshns/heroku-deploy@v3.12.12
with:
heroku_api_key: ${{ secrets.HEROKU_API_KEY }}
heroku_app_name: ${{ secrets.HEROKU_APP_NAME }}
heroku_email: ${{ secrets.HEROKU_EMAIL }}
branch: main