mirror of
https://github.com/overleaf/overleaf.git
synced 2024-12-25 07:02:49 +00:00
Merge pull request #19474 from overleaf/jpa-web-push-asap
[web] push production image concurrent to CDN and Sentry upload GitOrigin-RevId: ebc1f4dcc05029dbeabc22fcecddef0ba283177e
This commit is contained in:
parent
f948eeb9f1
commit
2fd1eb5978
1 changed files with 1 additions and 1 deletions
|
@ -513,7 +513,7 @@ build:
|
|||
../..
|
||||
|
||||
publish:
|
||||
docker push $(DOCKER_REPO)/$(PROJECT_NAME):$(BRANCH_NAME)-$(BUILD_NUMBER)
|
||||
docker push $(IMAGE_REPO_FINAL)
|
||||
|
||||
tar:
|
||||
COMPOSE_PROJECT_NAME=tar_$(BUILD_DIR_NAME) $(DOCKER_COMPOSE) run --rm tar
|
||||
|
|
Loading…
Reference in a new issue