Commit 3416c8ff authored by Syed Bilal Raees's avatar Syed Bilal Raees

export

parent 2e6d68f6
Pipeline #2033 canceled with stage
in 3 minutes and 4 seconds
...@@ -16,8 +16,8 @@ build_app: ...@@ -16,8 +16,8 @@ build_app:
- source python3-virtualenv/bin/activate - source python3-virtualenv/bin/activate
script: script:
- pip install Flask - pip install Flask
- export FLASK_APP = hello.py - export FLASK_APP=hello.py
- export FLASK_ENV = development - export FLASK_ENV=development
- flask run - flask run
# - echo "deploy to staging server" # - echo "deploy to staging server"
# 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