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

prod.ser

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