Commit 37b43161 authored by Syed Bilal Raees's avatar Syed Bilal Raees

Update .gitlab-ci.yml

parent 9acd0de7
Pipeline #2099 passed with stage
in 9 seconds
......@@ -37,7 +37,7 @@ build_app:
sudo systemctl start python.service
elif [[ $CI_COMMIT_REF_NAME = dev ]]; then
echo "it's a dev server"
sudo systemctl start python.service
sudo systemctl start prod.service
else
echo "hello world"
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