Enable automatic deployment to production
- Remove deployment disable flag from CI/CD pipeline - Production server is now configured and ready for automated deployment
This commit is contained in:
2
.github/workflows/ci-cd.yml
vendored
2
.github/workflows/ci-cd.yml
vendored
@@ -176,7 +176,7 @@ jobs:
|
|||||||
deploy:
|
deploy:
|
||||||
needs: build
|
needs: build
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
if: github.ref == 'refs/heads/main' && false # Temporarily disabled - server setup in progress
|
if: github.ref == 'refs/heads/main' # Auto-deploy when pushing to main branch
|
||||||
|
|
||||||
environment: production
|
environment: production
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user