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: stages:
# - test # - test
- deploy # - deploy
- build
#test_app: #test_app:
deploy_app: build_app:
image: python:3.6 image: python:3.6
# stage: test # stage: test
stage: deploy stage: build
before_script: before_script:
- python3 -V - python3 -V
...@@ -16,10 +17,10 @@ deploy_app: ...@@ -16,10 +17,10 @@ deploy_app:
- source python3-virtualenv/bin/activate - source python3-virtualenv/bin/activate
script: script:
- pip install Flask - pip install Flask
# - python test.py - python hello.py
- echo "deploy to staging server" # - echo "deploy to staging server"
environment: # environment:
name: staging # name: staging
url : http://myApp.com # url : http://myApp.com
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