Commit 0344272f authored by Syed Bilal Raees's avatar Syed Bilal Raees

sudo rights

parent 169f9957
Pipeline #2049 failed with stage
in 10 seconds
...@@ -27,8 +27,8 @@ build_app: ...@@ -27,8 +27,8 @@ build_app:
# - systemctl start python.service # - systemctl start python.service
# - systemctl status python.service # - systemctl status python.service
- echo "deploying to stagings server" - echo "deploying to stagings server"
- systemctl start python.service - sudo systemctl start python.service
- systemctl status python.service - sudo systemctl status python.service
# environment: # environment:
# name: staging # name: staging
# url : http://localhost/test # url : http://localhost/test
......
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