Skip to content
Snippets Groups Projects
Commit b0a088c2 authored by Eesaan Atluri's avatar Eesaan Atluri
Browse files

Remove manual gating for parallel prod roll out

parent c668e1b0
No related branches found
No related tags found
No related merge requests found
Pipeline #9134 failed with stages
in 17 seconds
...@@ -167,8 +167,6 @@ production-deploy: ...@@ -167,8 +167,6 @@ production-deploy:
- ssh -o StrictHostKeyChecking=no $SSH_USERNAME@$prod_floating_ip sudo mount /dev/vdb1 /var/lib/mysql - ssh -o StrictHostKeyChecking=no $SSH_USERNAME@$prod_floating_ip sudo mount /dev/vdb1 /var/lib/mysql
- ssh -o StrictHostKeyChecking=no $SSH_USERNAME@$prod_floating_ip sudo systemctl start mariadb - ssh -o StrictHostKeyChecking=no $SSH_USERNAME@$prod_floating_ip sudo systemctl start mariadb
when: manual
rules: rules:
- if: '$TARGET_ENV != "dev"' - if: '$TARGET_ENV != "dev"'
......
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