Skip to content

Commit 5e30f90

Browse files
committed
Updated Continuous Deployment
for the OCT-Core-Documentation (delete previous Smart-Cities-Deployment-Server - no longer needed)
1 parent 0a6e560 commit 5e30f90

19 files changed

+3
-3
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

smart-cities/config.js renamed to oct-core-docs/config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
var Private = {
2-
server: {port: '61443'}, // Port is overriden by env var 'WWW_PORT'
2+
server: {port: '61444'}, // Port is overriden by env var 'WWW_PORT'
33
security: {
44
authorizedIps: [
55
'127.0.0.1',
@@ -30,7 +30,7 @@ var Private = {
3030
},
3131
action: {
3232
exec: {
33-
github: '/home/webteam/node-cd_geo_c/smart-cities/github.sh',
33+
github: '/home/webteam/node-cd_geo_c/oct-core-docs/github.sh',
3434
bitbucket: './bitbucket.sh',
3535
contentful: './contentful.sh'
3636
}
File renamed without changes.

oct-core-docs/github.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
cd /home/webteam/OCT-Core-Docs && git pull && mkdocs build --clean
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)