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

deploy

parent 3416c8ff
Pipeline #2034 passed with stage
in 8 seconds
...@@ -18,10 +18,10 @@ build_app: ...@@ -18,10 +18,10 @@ build_app:
- 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:
# name: staging name: staging
# url : http://myApp.com url : http://localhost/test
tags: tags:
- ci - ci
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