Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
status-site
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Requirements
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Dmytro Bogatov
status-site
Commits
191fe68f
There was a problem fetching the pipeline summary.
Commit
191fe68f
authored
Jul 14, 2017
by
Dmytro Bogatov
Browse files
Options
Downloads
Patches
Plain Diff
Fixes.
parent
da3c64fc
Branches
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#
Changes
4
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
.gitlab-ci.yml
+13
-0
13 additions, 0 deletions
.gitlab-ci.yml
build.sh
+0
-2
0 additions, 2 deletions
build.sh
docker-compose.yml
+6
-0
6 additions, 0 deletions
docker-compose.yml
ping/Dockerfile
+1
-1
1 addition, 1 deletion
ping/Dockerfile
with
20 additions
and
3 deletions
.gitlab-ci.yml
+
13
−
0
View file @
191fe68f
...
...
@@ -20,6 +20,18 @@ build-docs:
tags
:
-
docker
build-ping
:
image
:
golang:alpine
stage
:
build
script
:
-
./build.sh -f build-ping-server
artifacts
:
expire_in
:
90 min
paths
:
-
ping/bin/*
tags
:
-
docker
build-app
:
image
:
dbogatov/docker-containers:dotnet-core-latest
stage
:
build
...
...
@@ -101,6 +113,7 @@ release-all:
dependencies
:
-
build-app
-
build-docs
-
build-ping
script
:
-
./build.sh -f build-docker-images
-
docker login -u $DOCKER_USER -p $DOCKER_PASS
...
...
This diff is collapsed.
Click to expand it.
build.sh
+
0
−
2
View file @
191fe68f
...
...
@@ -263,8 +263,6 @@ build-app () {
build-dotnet
build-ping-server
echo
"Build app completed!"
}
...
...
This diff is collapsed.
Click to expand it.
docker-compose.yml
+
6
−
0
View file @
191fe68f
...
...
@@ -23,9 +23,15 @@ services:
-
postgres
links
:
-
"
postgres:database"
-
"
ping:ping"
volumes
:
-
./appsettings.yml:/srv/appsettings.production.yml
restart
:
on-failure
ping
:
image
:
dbogatov/status-site:ping-${DOTNET_TAG}
ports
:
-
8888:8888
restart
:
on-failure
daemons
:
image
:
dbogatov/status-site:daemons-${DOTNET_TAG}
environment
:
...
...
This diff is collapsed.
Click to expand it.
ping/Dockerfile
+
1
−
1
View file @
191fe68f
FROM
golang:
alpine
FROM
alpine
# Create directory for the app source code
WORKDIR
/srv
...
...
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