Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
N
nfs-image
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
docker images
nfs-image
Commits
143f60ed
Commit
143f60ed
authored
2 years ago
by
Andri Joos
Browse files
Options
Downloads
Patches
Plain Diff
add cli_10003 wordpress
parent
84e93736
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitlab-ci.yml
+15
-0
15 additions, 0 deletions
.gitlab-ci.yml
.vscode/launch.json
+2
-1
2 additions, 1 deletion
.vscode/launch.json
wordpress/cli_10003/wordpress_small.yaml
+31
-0
31 additions, 0 deletions
wordpress/cli_10003/wordpress_small.yaml
with
48 additions
and
1 deletion
.gitlab-ci.yml
+
15
−
0
View file @
143f60ed
...
...
@@ -378,6 +378,9 @@ prepare_scripts:
-
wordpress-cli-10002.yaml
-
wordpress-cli-10002_pvs.yaml
-
wordpress-cli-10002_sa.yaml
-
wordpress-cli-10003.yaml
-
wordpress-cli-10003_pvs.yaml
-
wordpress-cli-10003_sa.yaml
-
mautrix-telegram.yaml
-
mautrix-telegram_pvs.yaml
-
mautrix-telegram_sa.yaml
...
...
@@ -432,6 +435,7 @@ prepare_scripts:
"my_bot/my_bot.yaml" \
"vaultwarden/vaultwarden_small.yaml" \
"joos.io/homepage/joos.io_small.yaml" \
"wordpress/cli_10003/wordpress_small.yaml" \
# deploy
...
...
@@ -742,6 +746,17 @@ deploy_vaultwarden:
MOUNT
:
"
true"
MOUNT_PARAMS
:
vaultwarden/data vaultwarden/db
deploy_wordpress-cli-10003
:
extends
:
.deploy_job_template
variables
:
DEPLOYMENT_FILE
:
wordpress-cli-10003.yaml
PVS_FILE
:
wordpress-cli-10003_pvs.yaml
SA_FILE
:
wordpress-cli-10003_sa.yaml
DEPLOYMENT_NAME
:
wordpress-server
NAMESPACE
:
wordpress-cli-10003
MOUNT
:
"
true"
MOUNT_PARAMS
:
wordpress-cli-10003/html wordpress-cli-10003/db
### joos.io deployments
deploy_joos.io_homepage
:
...
...
This diff is collapsed.
Click to expand it.
.vscode/launch.json
+
2
−
1
View file @
143f60ed
...
...
@@ -33,7 +33,8 @@
"gitlab/runner/shared_runner_0/gitlab_shared_runner_0.yaml"
,
"my_bot/my_bot.yaml"
,
"vaultwarden/vaultwarden_small.yaml"
,
"joos.io/homepage/joos.io_small.yaml"
"joos.io/homepage/joos.io_small.yaml"
,
"wordpress/cli_10003/wordpress_small.yaml"
],
"env"
:
{
"PROD"
:
"true"
,
...
...
This diff is collapsed.
Click to expand it.
wordpress/cli_10003/wordpress_small.yaml
0 → 100644
+
31
−
0
View file @
143f60ed
apiVersion
:
v1
name
:
wordpress-cli-10003
namespace
:
wordpress-cli-10003
type
:
wordpress
deployments
:
-
id
:
wordpress-server
env
:
content
:
WORDPRESS_DB_HOST
:
mysql:3306
WORDPRESS_DB_NAME
:
wordpress
WORDPRESS_DB_USER
:
A5igXffTk3FITvbEnyycHZkZUrSoTipa
WORDPRESS_DB_PASSWORD
:
dxJOVLEFQAc0fBp9iBmJvB8CGzKkCnrs
uri
:
nora.${BASE_URL}
volumes
:
wordpress-html
:
nfs
:
path
:
/wordpress-cli-10003/html
wordpress-htaccess-config
:
content
:
-
deploy/templates/wordpress/.htaccess
-
id
:
mysql
env
:
content
:
MYSQL_ROOT_PASSWORD
:
aHyoXjEoJFabiL0QpTDalcyg3tFBVKCv
MYSQL_DATABASE
:
wordpress
MYSQL_USER
:
A5igXffTk3FITvbEnyycHZkZUrSoTipa
MYSQL_PASSWORD
:
dxJOVLEFQAc0fBp9iBmJvB8CGzKkCnrs
volumes
:
mysql-db
:
nfs
:
path
:
/wordpress-cli-10003/db
This diff is collapsed.
Click to expand it.
Preview
0%
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