Skip to content
Snippets Groups Projects
Commit d954bcc2 authored by Hugo's avatar Hugo
Browse files

deploy cozy scaleway

parent 66692006
No related branches found
No related tags found
No related merge requests found
Pipeline #9999 failed
......@@ -17,4 +17,15 @@ build_master:
script:
- docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY
- docker build -t registry.forge.grandlyon.com/web-et-numerique/llle_project/self-data-technical-doc .
- docker push registry.forge.grandlyon.com/web-et-numerique/llle_project/self-data-technical-doc
\ No newline at end of file
- docker push registry.forge.grandlyon.com/web-et-numerique/llle_project/self-data-technical-doc
deploy_master:
stage: deploy
tags:
- cozy
only:
- master
script:
- docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY
- docker-compose pull
- docker-compose --project-name doc-self-data up -d
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment