Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
K
karname-ui
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Reza Sahebgharan
karname-ui
Commits
1bb111f0
Commit
1bb111f0
authored
Jan 14, 2020
by
Reza Sahebgharan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix(dockerfile and gitlabci update): update docker-compose and gitlabci
parent
3eebe806
Pipeline
#917
passed with stage
in 35 seconds
Changes
3
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
8 deletions
+3
-8
.gitlab-ci.yml
.gitlab-ci.yml
+0
-5
docker-compose.yml
docker-compose.yml
+1
-1
command.bat
scripts/command.bat
+2
-2
No files found.
.gitlab-ci.yml
View file @
1bb111f0
...
...
@@ -72,8 +72,6 @@ build_in_staging:
-
echo y | plink -batch -ssh administrator@staging.karname.ir -pw $env:StagingPass -m ./command.bat
# - ./scripts/command.ps1
allow_failure
:
true
# only:
# - devel-windows
only
:
-
/^.*staging.*/
...
...
@@ -90,9 +88,6 @@ build_in_master:
allow_failure
:
true
only
:
-
tags
except
:
refs
:
-
staging.hisworklist
# on_build_failure:
# stage: cleanup_build
...
...
docker-compose.yml
View file @
1bb111f0
...
...
@@ -2,7 +2,7 @@ version: "3"
services
:
app
:
container_name
:
${CONTAINERNAME}
#karname-app
#
container_name: ${CONTAINERNAME} #karname-app
restart
:
always
image
:
repo.marcopacs.com/karname/karname-app:${TAG_VERSION}
#"karname-app:${TAG_VERSION}"
# ports:
...
...
scripts/command.bat
View file @
1bb111f0
cd c:/Users/administrator && docker-compose config && docker-compose up -d --force-recreate
\ No newline at end of file
cd c:/Users/administrator && docker-compose config && docker-compose up -d --force-recreate -p %CONTAINERNAME%
\ No newline at end of file
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