Commit 6ff72943 authored by Syed Bilal Raees's avatar Syed Bilal Raees

Update .gitlab-ci.yml

parent 1b50719d
Pipeline #2041 failed with stage
in 11 seconds
...@@ -21,10 +21,8 @@ build_app: ...@@ -21,10 +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 - sudo systemctl start python.service
- systemctl enable python.service - sudo systemctl status python.service
- systemctl start python.service
- 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