Skip to content
Snippets Groups Projects
Commit ef94cbf9 authored by Syed Bilal Raees's avatar Syed Bilal Raees
Browse files

chanegs in yaml

parent 19de2e19
Branches
No related merge requests found
......@@ -33,6 +33,7 @@ build_app:
- |
if [[ $CI_COMMIT_REF_NAME = master ]]; then
echo "deploying to prod server"
git checkout feature
sudo systemctl start python.service
elif [[ $CI_COMMIT_REF_NAME = dev ]]; then
sudo systemctl start python.service
......
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