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

fi added in script

parent bda91f81
Pipeline #2059 passed with stage
in 9 seconds
...@@ -33,7 +33,8 @@ build_app: ...@@ -33,7 +33,8 @@ build_app:
if [$CI_COMMIT_REF_NAME == "master"]; then if [$CI_COMMIT_REF_NAME == "master"]; then
sudo systemctl start prod.service sudo systemctl start prod.service
elif [$CI_COMMIT_REF_NAME == "dev"]; then elif [$CI_COMMIT_REF_NAME == "dev"]; then
sudo systemctl start python.service sudo systemctl start python.service
fi
# environment: # environment:
# name: staging # name: staging
# url : http://localhost/test # url : http://localhost/test
......
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