Skip to content
Snippets Groups Projects

Refactor CI/CD pipeline to include workflow rules and retain only deploy jobs

1 file
+ 1
2
Compare changes
  • Side-by-side
  • Inline
+ 1
2
@@ -48,8 +48,7 @@ deploy_http_proxy_node:
export HTTP_PROXY_INSTANCE_ID=$(openstack server create
-c id -f value --image $HTTP_PROXY_IMAGE_ID
--network $PROXY_NETWORK
--security-group https-port
--security-group http-port
--security-group webserver_sec_group
--security-group allow-ssh
--user-data user_data.txt
--flavor $INSTANCE_FLAVOR
Loading