Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Urvil Shah
/
MobEasyEditor
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Registry
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
9ef849d1
authored
May 30, 2018
by
Urvil Shah
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
Initial commit
parent
f0e21ed6
Pipeline
#8015
failed with stages
in 4 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
5 deletions
.gitlab-ci.yml
Mobile.Search.Web/MobEasyEditor.csproj → Mobile.Search.Web/Mobile.WYSIWYG.csproj
MobEasyEditor.sln → Mobile.WYSIWYG.sln
.gitlab-ci.yml
View file @
9ef849d1
...
@@ -5,12 +5,12 @@ stages:
...
@@ -5,12 +5,12 @@ stages:
build_website
:
build_website
:
stage
:
build
stage
:
build
script
:
script
:
-
nuget restore .\Mob
EasyEditor
.sln
-
nuget restore .\Mob
ile.WYSIWYG
.sln
-
msbuild /p:Configuration=Release /p:OutDir=build\web .\Mob
EasyEditor\MobEasyEditor
.csproj
-
msbuild /p:Configuration=Release /p:OutDir=build\web .\Mob
ile.WYSIWYG\Mobile.WYSIWYG
.csproj
artifacts
:
artifacts
:
expire_in
:
6 weeks
expire_in
:
6 weeks
paths
:
paths
:
-
.\Mobile.-WYSIWYG\build\web\_PublishedWebsites\Mob
EasyEditor
-
.\Mobile.-WYSIWYG\build\web\_PublishedWebsites\Mob
ile.WYSIWYG
when
:
always
when
:
always
deploy_web
:
deploy_web
:
...
@@ -18,6 +18,6 @@ deploy_web:
...
@@ -18,6 +18,6 @@ deploy_web:
script
:
script
:
-
Import-Module PSRemoteDeploy
-
Import-Module PSRemoteDeploy
-
$servers = $env:DEPLOY_SERVERS -split ';'
-
$servers = $env:DEPLOY_SERVERS -split ';'
-
Copy-FilesToServers -Servers $servers -UserName $env:DEPLOY_USERNAME -Password $env:DEPLOY_PASSWORD -LocalPath ".\Mobile.-WYSIWYG\build\web\_PublishedWebsites\Mob
EasyEditor
\*" -RemotePath "C:\adk-mobile\$env:CI_PROJECT_NAME\Mobile.-WYSIWYG\$env:CI_BUILD_ID"
-
Copy-FilesToServers -Servers $servers -UserName $env:DEPLOY_USERNAME -Password $env:DEPLOY_PASSWORD -LocalPath ".\Mobile.-WYSIWYG\build\web\_PublishedWebsites\Mob
ile.WYSIWYG
\*" -RemotePath "C:\adk-mobile\$env:CI_PROJECT_NAME\Mobile.-WYSIWYG\$env:CI_BUILD_ID"
-
Set-IISPhysicalPaths -Servers $servers -UserName $env:DEPLOY_USERNAME -Password $env:DEPLOY_PASSWORD -IISSite "Mob
EasyEditor" -Path "c:\adk-mobile\$env:CI_PROJECT_NAME\MobEasyEditor
\$env:CI_BUILD_ID"
-
Set-IISPhysicalPaths -Servers $servers -UserName $env:DEPLOY_USERNAME -Password $env:DEPLOY_PASSWORD -IISSite "Mob
ile.WYSIWYG" -Path "c:\adk-mobile\$env:CI_PROJECT_NAME\Mobile.WYSIWYG
\$env:CI_BUILD_ID"
when
:
manual
when
:
manual
\ No newline at end of file
Mobile.Search.Web/Mob
EasyEditor
.csproj
→
Mobile.Search.Web/Mob
ile.WYSIWYG
.csproj
View file @
9ef849d1
File moved
Mob
EasyEditor
.sln
→
Mob
ile.WYSIWYG
.sln
View file @
9ef849d1
File moved
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