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:
image: python:3.6
script:
- pip install Flask
- echo "deploying to prod server"
- sudo systemctl start python.service
only:
- master
......@@ -75,7 +76,7 @@ job1:
script:
- pip install Flask
# - echo $PATH
- echo "deploying to staging server"
- echo "deploying to development server"
- sudo systemctl start prod.service
only:
- 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