Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
D
docker-deploy
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ASTRON Templates
tools and automation
docker-deploy
Commits
f0803dc8
Commit
f0803dc8
authored
2 years ago
by
Fanna Lautenbach
Browse files
Options
Downloads
Patches
Plain Diff
remove environment from ci/cd and fix docker-compose
parent
0ab3da30
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
docker-compose.yml
+0
-1
0 additions, 1 deletion
docker-compose.yml
template.gitlab-ci.yml
+0
-2
0 additions, 2 deletions
template.gitlab-ci.yml
with
0 additions
and
3 deletions
docker-compose.yml
+
0
−
1
View file @
f0803dc8
...
@@ -14,4 +14,3 @@ services:
...
@@ -14,4 +14,3 @@ services:
-
$HOME/shared:/shared
-
$HOME/shared:/shared
env_file
:
env_file
:
-
/docker_compose/my_service/.env
-
/docker_compose/my_service/.env
-
\ No newline at end of file
This diff is collapsed.
Click to expand it.
template.gitlab-ci.yml
+
0
−
2
View file @
f0803dc8
...
@@ -40,8 +40,6 @@ deploy-job:
...
@@ -40,8 +40,6 @@ deploy-job:
User gitlab-deploy
User gitlab-deploy
StrictHostKeyChecking no
StrictHostKeyChecking no
EOF
EOF
environment
:
name
:
sdc-dev
script
:
script
:
-
rsync -avz docker-compose.yaml $DEPLOY_HOST:$PATH_TO_SERVICE
-
rsync -avz docker-compose.yaml $DEPLOY_HOST:$PATH_TO_SERVICE
-
rsync -avz $DOT_ENV $DEPLOY_HOST:$SERVICE_DIR/.env
-
rsync -avz $DOT_ENV $DEPLOY_HOST:$SERVICE_DIR/.env
...
...
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