Commit 744e8ed0 authored by Syed Bilal Raees's avatar Syed Bilal Raees

changes systemctl daemon

parent 1ff9d1fd
Pipeline #2039 failed with stage
in 10 seconds
...@@ -21,6 +21,8 @@ build_app: ...@@ -21,6 +21,8 @@ build_app:
# - export FLASK_ENV=development # - export FLASK_ENV=development
# - flask run # - flask run
- echo "deploy to staging server" - echo "deploy to staging server"
- systemctl daemon-reload
- systemctl enable python.service
- systemctl start python.service - systemctl start python.service
- systemctl status python.service - systemctl status python.service
# environment: # environment:
......
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