Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bjørge Øvstedal
python-fastapi-example
Commits
75ccbd9d
Commit
75ccbd9d
authored
Nov 12, 2021
by
Bjørge Øvstedal
Browse files
Update .gitlab-ci.yml
parent
0d34424e
Pipeline
#992
passed with stages
in 34 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
75ccbd9d
...
...
@@ -16,6 +16,14 @@ code_test:
-
cd app
-
cat main.py
deploy_test
:
stage
:
test
script
:
-
docker run -d -p 80 --name myfastapi-test-$CI_PIPELINE_ID fastapi:$CI_PIPELINE_ID
-
sleep 10 && curl $(ifconfig ens3 | grep "inet " | sed -e 's/.* inet //g' | sed -e 's/ .*//g'):$(docker port myfastapi-test-$CI_PIPELINE_ID | grep 0.0.0 | grep "80/tcp" | sed -e 's/.*://g')
-
docker stop myfastapi-test-$CI_PIPELINE_ID
-
docker rm myfastapi-test-$CI_PIPELINE_ID
container_deploy1
:
stage
:
deploy
script
:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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