Commit 05d4c372 authored by Syed Bilal Raees's avatar Syed Bilal Raees

sudo

parent e71c6204
Pipeline #2046 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 staging server" - echo "deploying to staging 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