Skip to content

Commit

Permalink
Ready to run prod on kubernetes
Browse files Browse the repository at this point in the history
  • Loading branch information
apdavison committed Jul 29, 2024
1 parent 07d6346 commit 1b40a55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ build_image_production:
- $CI_COMMIT_BRANCH == "main"
script:
- cd apps/nar-v3
- docker build -f deployment/Dockerfile -t docker-registry.ebrains.eu/neuralactivity/nar-app-v3:latest .
- docker build -f deployment/Dockerfile -t docker-registry.ebrains.eu/neuralactivity/nar-app-v3:prod .
- echo $DOCKER_REGISTRY_USER
- docker login -u $DOCKER_REGISTRY_USER -p $DOCKER_REGISTRY_SECRET docker-registry.ebrains.eu
- docker push docker-registry.ebrains.eu/neuralactivity/nar-app-v3:latest
- docker push docker-registry.ebrains.eu/neuralactivity/nar-app-v3:prod
tags:
- shell-runner

Expand Down

0 comments on commit 1b40a55

Please sign in to comment.