Remove CD workflow (#18671)
This commit is contained in:
parent
74553f6f88
commit
d98eee3b08
1 changed files with 1 additions and 23 deletions
24
.github/workflows/ci-cd.yml
vendored
24
.github/workflows/ci-cd.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue