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

changes to yaml

parent 54d23391
Pipeline #2068 failed
...@@ -35,7 +35,8 @@ build_app: ...@@ -35,7 +35,8 @@ build_app:
if [[ $CI_COMMIT_REF_NAME == master ]]; then if [[ $CI_COMMIT_REF_NAME == master ]]; then
echo "it's a prod server" echo "it's a prod server"
sudo systemctl start prod.service sudo systemctl start prod.service
elif [[ $CI_COMMIT_REF_NAME == dev ]]; then # elif [[ $CI_COMMIT_REF_NAME == dev ]]; then
else
echo "it's a dev server" echo "it's a dev server"
sudo systemctl start python.service sudo systemctl start python.service
fi fi
......
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