Commit 454a3797 authored by Syed Bilal Raees's avatar Syed Bilal Raees

export var

parent 3c351f39
Pipeline #2031 failed with stage
in 9 seconds
...@@ -16,7 +16,10 @@ build_app: ...@@ -16,7 +16,10 @@ build_app:
- source python3-virtualenv/bin/activate - source python3-virtualenv/bin/activate
script: script:
- pip install Flask - pip install Flask
- nohup python hello.py # - nohup python hello.py
- export FLASK_APP = hello.py
- export FLASK_ENV = development
- flask run
# - echo "deploy to staging server" # - echo "deploy to staging server"
# environment: # environment:
# name: staging # name: staging
......
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