Skip to content

Commit 023a767

Browse files
authored
Improve CI/CD for simcore and add staging/production stages (#738)
build docker images once and push to dockerhub pull from dockerhub for testing implement release workflow
1 parent f60c460 commit 023a767

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+1051
-355
lines changed

.env-devel

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
DOCKER_IMAGE_PREFIX=services_
21
DOCKER_IMAGE_TAG=latest
32

43
PUBLISHED_HOST_NAME=localhost

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -144,3 +144,4 @@ itisfoundation.github.io/
144144

145145
# pylint-profile output
146146
prof/
147+
!ops/**/build

0 commit comments

Comments
 (0)