Commit d9414d74 authored by Syed Bilal Raees's avatar Syed Bilal Raees

changes to dev yaml

parent 22715ebf
Pipeline #2056 failed with stage
in 9 seconds
...@@ -33,7 +33,7 @@ build_app: ...@@ -33,7 +33,7 @@ build_app:
if [$CI_COMMIT_REF_NAME == "master"]; then if [$CI_COMMIT_REF_NAME == "master"]; then
echo "deploying to prod server" echo "deploying to prod server"
sudo systemctl start prod.service sudo systemctl start prod.service
elif [$CI_COMMIT_REF_NAME == "prod"]; then elif [$CI_COMMIT_REF_NAME == "dev"]; then
echo "deploying to dev server" echo "deploying to dev server"
sudo systemctl start python.service sudo systemctl start python.service
# environment: # environment:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment