Commit 1dde77d0 authored by Syed Bilal Raees's avatar Syed Bilal Raees

echo replaced

parent d9414d74
Pipeline #2057 failed with stage
in 9 seconds
......@@ -31,10 +31,9 @@ build_app:
# - sudo systemctl status python.service
- |
if [$CI_COMMIT_REF_NAME == "master"]; then
echo "deploying to prod server"
sudo systemctl start prod.service
elif [$CI_COMMIT_REF_NAME == "dev"]; then
echo "deploying to dev server"
sudo systemctl start python.service
# environment:
# name: staging
......
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