feat: CI/CD skip directly to deployment for testing stage
This commit is contained in:
parent
a72ec8e3f0
commit
452cf41980
1
.github/workflows/deploy-prod.yml
vendored
1
.github/workflows/deploy-prod.yml
vendored
@ -8,7 +8,6 @@ on:
|
||||
jobs:
|
||||
deploy:
|
||||
name: Deploy to Production
|
||||
needs: build_and_push
|
||||
runs-on: ubuntu-latest
|
||||
if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/master'
|
||||
environment: production
|
||||
|
||||
Loading…
Reference in New Issue
Block a user