Skip to content
This repository has been archived by the owner on Mar 18, 2023. It is now read-only.

Commit

Permalink
Merge pull request #2 from stakater/deploy-vault
Browse files Browse the repository at this point in the history
Set deploy app to true
  • Loading branch information
kahootali authored Apr 29, 2020
2 parents dab35ff + 2f94486 commit 86ed4b7
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ module.exports = {
}
]
},
repo: 'stakater/StakaterCloudDocs',
repo: 'stakater/stakaterclouddocs',
editLinks: true,
editLinkText: 'Help us improve this page!'
}
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env groovy
@Library('github.com/stakater/stakater-pipeline-library@v2.16.26') _
@Library('github.com/stakater/stakater-pipeline-library@v2.16.27') _

appWithDockerfileBuildRelease {
dockerRepositoryURL = 'docker-delivery.stakater.com:443'
deployApp = false
deployApp = true
}
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
# Stakater Cloud Docs
Stakater Cloud Documentation
# Stakater Cloud Documentation

Detailed walkthrough of stakater cloud offering
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ stakaterclouddocs:
forecastle.stakater.com/expose: true
forecastle.stakater.com/icon: https://raw.githubusercontent.com/stakater/ForecastleIcons/master/book.png
monitor.stakater.com/enabled: true
config.xposer.stakater.com/IngressURLTemplate: "{{ `{{.Service}}-{{.Namespace}}.{{.Domain}}` }}"
config.xposer.stakater.com/IngressURLTemplate: "{{ `{{.Service}}.{{.Domain}}` }}"
config.xposer.stakater.com/Domain: stakater.com
config.xposer.stakater.com/TLS: "true"
labels:
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "docs",
"version": "0.0.1",
"private": true,
"private": false,
"description": "Stakater Cloud Documentation",
"keywords": [
"documentation",
Expand All @@ -24,6 +24,7 @@
"gray-matter": "^4.0.2",
"http-server": "^0.12.3",
"js-yaml": "^3.13.1",
"minimist": "^1.2.2",
"lodash": "^4.17.15",
"lodash.template": "^4.5.0",
"svgo": "^1.3.2",
Expand Down

0 comments on commit 86ed4b7

Please sign in to comment.