Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
pythonApp
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Syed Bilal Raees
pythonApp
Commits
d24bdd1f
Commit
d24bdd1f
authored
May 18, 2022
by
Syed Bilal Raees
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
revert gitlab ci
parent
5a7c1a35
Pipeline
#2027
canceled with stage
in 4 minutes and 38 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
8 deletions
+9
-8
.gitlab-ci.yml
.gitlab-ci.yml
+9
-8
No files found.
.gitlab-ci.yml
View file @
d24bdd1f
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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment