Skip to content
Snippets Groups Projects
Commit afe97bab authored by ludo8147's avatar ludo8147
Browse files

without prod

parent 6a2c58ae
No related branches found
No related tags found
No related merge requests found
Pipeline #68939 failed
......@@ -141,7 +141,7 @@ deploy_to_staging:
CPU_LIMIT: "500m"
MEMORY_REQUEST: "256Mi"
MEMORY_LIMIT: "512Mi"
INGRESS_HOST: "staging-webdevops.ddns.net"
INGRESS_HOST: "prod-webdevops.ddns.net"
script:
- |
echo "Creating namespace if it doesn't exist..."
......@@ -202,7 +202,7 @@ deploy_to_production:
echo "All manifests applied successfully."
rules:
- if: $CI_COMMIT_BRANCH == "test" || $CI_COMMIT_BRANCH == "main"
- if: $CI_COMMIT_BRANCH == "main"
needs:
- create_secrets
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment