Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Paruch Group
Hystorian
Commits
bd7847bd
Commit
bd7847bd
authored
Sep 07, 2021
by
Loïc Musy
Browse files
Update .gitlab-ci.yml file
parent
a70e648c
Pipeline
#29823
passed with stage
in 1 minute and 6 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
bd7847bd
image
:
python:3.9.2-buster
stages
:
-
deploy
-
deploy_stage
-
deploy_prod
before_script
:
-
pip install twine
-
python setup.py sdist
deploy_staging
:
stage
:
deploy
stage
:
deploy
_stage
variables
:
TWINE_USERNAME
:
$STAGING_USERNAME
TWINE_PASSWORD
:
$STAGING_PASSWORD
...
...
@@ -18,7 +19,7 @@ deploy_staging:
-
tags
deploy_production
:
stage
:
deploy
stage
:
deploy
_prod
variables
:
TWINE_USERNAME
:
$PRODUCTION_USERNAME
TWINE_PASSWORD
:
$PRODUCTION_PASSWORD
...
...
Write
Preview
Supports
Markdown
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