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

revert gitlab ci

parent 5a7c1a35
Pipeline #2027 canceled with stage
in 4 minutes and 38 seconds
stages:
# - test
- deploy
# - deploy
- build
#test_app:
deploy_app:
build_app:
image: python:3.6
# stage: test
stage: deploy
stage: build
before_script:
- python3 -V
......@@ -16,10 +17,10 @@ deploy_app:
- source python3-virtualenv/bin/activate
script:
- pip install Flask
# - python test.py
- echo "deploy to staging server"
environment:
name: staging
url : http://myApp.com
- python hello.py
# - echo "deploy to staging server"
# environment:
# name: staging
# url : http://myApp.com
tags:
- 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