Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
DBRepo
Manage
Activity
Members
Labels
Plan
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
FAIR Data Austria DB Repository
DBRepo
Commits
7ed78323
Unverified
Commit
7ed78323
authored
Nov 4, 2022
by
Martin Weise
Browse files
Options
Downloads
Patches
Plain Diff
Remove deployment
parent
67d5d923
No related branches found
No related tags found
1 merge request
!106
Dev
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+0
-13
0 additions, 13 deletions
.gitlab-ci.yml
Makefile
+0
-3
0 additions, 3 deletions
Makefile
with
0 additions
and
16 deletions
.gitlab-ci.yml
+
0
−
13
View file @
7ed78323
...
@@ -21,7 +21,6 @@ stages:
...
@@ -21,7 +21,6 @@ stages:
-
build-frontend
-
build-frontend
-
build-docker
-
build-docker
-
release
-
release
-
deploy
build-backend-metadata-db
:
build-backend-metadata-db
:
stage
:
build-backend
stage
:
build-backend
...
@@ -134,16 +133,4 @@ release-version:
...
@@ -134,16 +133,4 @@ release-version:
-
docker login -p "${DOCKER_PASSWORD}" -u "${DOCKER_USERNAME}"
-
docker login -p "${DOCKER_PASSWORD}" -u "${DOCKER_USERNAME}"
-
TAG=1.1 make release
-
TAG=1.1 make release
deploy-dev
:
stage
:
deploy
needs
:
-
release-latest
only
:
refs
:
-
dev
script
:
-
TAG=latest make pull
-
bash ./.dbrepo2/mkenv.sh
-
make deploy-dev
This diff is collapsed.
Click to expand it.
Makefile
+
0
−
3
View file @
7ed78323
...
@@ -235,6 +235,3 @@ test: test-backend test-frontend
...
@@ -235,6 +235,3 @@ test: test-backend test-frontend
teardown
:
teardown
:
./.fda-deployment/teardown
./.fda-deployment/teardown
deploy-dev
:
clean
docker compose
-f
./docker-compose.dev.yml up
-d
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment