Skip to content

Commit 48178d7

Browse files
committed
move to bigger cluster/VM
1 parent 4aa4d36 commit 48178d7

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@ jobs:
1313
NOMAD_VAR_HEALTH_TIMEOUT: '9m'
1414
NOMAD_VAR_PERSISTENT_VOLUME: '/var/www/html'
1515
NO_TEST: true
16-
BASE_DOMAIN: x.archive.org
17-
# BASE_DOMAIN: ux-b.archive.org # xxxx
16+
BASE_DOMAIN: ux-b.archive.org
1817
# NOMAD_VAR_PORTS: '{ -1 = "http", -1 = "db" }' # xxxx
1918
# NOMAD_VAR_NETWORK_MODE: 'host' # xxxx
2019

group.nomad

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
#
2+
# PREREQUISITES!
3+
# sudo mkdir -p -m777 /pv/internetarchive-nomad-wordpress-db
4+
#
15
task "db" {
26
driver = "docker"
37
lifecycle {
@@ -9,7 +13,6 @@ task "db" {
913
ports = ["db"]
1014
volumes = ["/pv/${var.CI_PROJECT_PATH_SLUG}-db:/var/lib/mysql"] # xxxx
1115

12-
1316
# workaround a nomad orchestration of mysql container issue with mysql container use of
1417
# 'ioctl' for 'autodetection of TTY or not?' on startup
1518
tty = true

0 commit comments

Comments
 (0)