Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
RECIRCLE
/
portal
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
11
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
fcf5abcf
authored
4 years ago
by
Chif Gergő
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Run docker compose in background when deploy
parent
d397baa6
Pipeline
#1278
failed with stages
in 1 minute 42 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
+1
-1
.gitlab-ci.yml
+1
-1
No files found.
.gitlab-ci.yml
View file @
fcf5abcf
...
@@ -38,7 +38,7 @@ deploy_staging:
...
@@ -38,7 +38,7 @@ deploy_staging:
git checkout DEV &&
git checkout DEV &&
git submodule update --init --recursive &&
git submodule update --init --recursive &&
chmod +x ./setup_ci_env.sh && ./setup_ci_env.sh &&
chmod +x ./setup_ci_env.sh && ./setup_ci_env.sh &&
docker-compose -f docker-compose.prod.yml up --build &&
docker-compose -f docker-compose.prod.yml up -
d -
-build &&
exit
exit
environment
:
environment
:
name
:
staging
name
:
staging
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment