Commit c74eb9b8 authored by Syed Bilal Raees's avatar Syed Bilal Raees

changes from staging to prod server

parent 5df05836
Pipeline #2076 passed with stage
in 9 seconds
...@@ -65,6 +65,7 @@ job1: ...@@ -65,6 +65,7 @@ job1:
image: python:3.6 image: python:3.6
script: script:
- pip install Flask - pip install Flask
- echo "deploying to prod server"
- sudo systemctl start python.service - sudo systemctl start python.service
only: only:
- master - master
...@@ -75,7 +76,7 @@ job1: ...@@ -75,7 +76,7 @@ job1:
script: script:
- pip install Flask - pip install Flask
# - echo $PATH # - echo $PATH
- echo "deploying to staging server" - echo "deploying to development server"
- sudo systemctl start prod.service - sudo systemctl start prod.service
only: only:
- dev - dev
......
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