Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Setup-Manager
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Analyze
Contributor analytics
CI/CD analytics
Repository 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
Show more breadcrumbs
Dmytro Bogatov
Setup-Manager
Commits
76721f5d
Commit
76721f5d
authored
Sep 7, 2019
by
Dmytro Bogatov
Browse files
Options
Downloads
Patches
Plain Diff
Provision sep19.
parent
b3c0fd48
Loading
Loading
No related merge requests found
Pipeline
#5135
passed
Oct 16, 2019
Stage: deploy
Changes
2
Pipelines
60
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
infra/script.sh
+2
-2
2 additions, 2 deletions
infra/script.sh
lets-encrypt/domains.sh
+1
-0
1 addition, 0 deletions
lets-encrypt/domains.sh
with
3 additions
and
2 deletions
infra/script.sh
+
2
−
2
View file @
76721f5d
...
...
@@ -42,7 +42,7 @@ CERTDIRPATH=$1
NAME
=
$2
KEBEFILE
=
"--kubeconfig=
${
CWD
}
/kubeconfig.yaml"
STATUSSITECONFIG
=
$CERTDIRPATH
/appsettings.production.yml
VERSION
=
"1.1
2
.10-do.1"
VERSION
=
"1.1
3
.10-do.1"
APIKEY
=
$(
cat
$STATUSSITECONFIG
|
grep
"ApiKey:"
|
cut
-d
'"'
-f
2
)
docker info
>
/dev/null
...
...
@@ -108,7 +108,7 @@ kubectl $KEBEFILE --validate=false apply -f https://raw.githubusercontent.com/di
echo
"Deploying websites' settings"
kubectl
$KEBEFILE
create secret
-n
status-site generic appsettings.production.yml
--from-file
=
$STATUSSITECONFIG
||
true
# may exist
kubectl
$KEBEFILE
create secret
-n
websites generic shevastream-appsettings
--from-file
=
appsettings
=
sources/shevastream/appsettings.json
kubectl
$KEBEFILE
create secret
-n
websites generic shevastream-appsettings
--from-file
=
appsettings
=
sources/shevastream/appsettings.json
||
true
# may exist
echo
"Generating config files"
...
...
This diff is collapsed.
Click to expand it.
lets-encrypt/domains.sh
+
1
−
0
View file @
76721f5d
...
...
@@ -10,6 +10,7 @@ DOMAINS["__MAIN__"]=true
DOMAINS[
"cluster.__MAIN__"
]=
false
DOMAINS[
"pages.__MAIN__"
]=
false
DOMAINS[
"review.__MAIN__"
]=
false
DOMAINS[
"vpn.__MAIN__"
]=
false
DOMAINS[
"netwatch.app"
]=
true
# DOMAINS["orlova.app"]=true
...
...
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