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

changes in yaml1

parent 4a7baf19
Pipeline #2085 passed with stage
in 10 seconds
......@@ -33,7 +33,7 @@ build_app:
- |
if [[ $CI_COMMIT_REF_NAME = master ]]; then
echo "deploying to prod server"
systemctl start prod.service
sudo systemctl start python.service
elif [[ $CI_COMMIT_REF_NAME = dev ]]; then
systemctl start python.service
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