Trying to fix deploy
This commit is contained in:
parent
1a49376d84
commit
46e5148385
1 changed files with 7 additions and 10 deletions
|
|
@ -14,15 +14,12 @@
|
||||||
|
|
||||||
name: site
|
name: site
|
||||||
|
|
||||||
# BLOCKED (2026-07-16): the runner (aaron) cannot open an SSH data connection to
|
|
||||||
# groucho. aaron's direct iface to groucho's subnet (ens18, 10.20.20.x) is down,
|
|
||||||
# so aaron routes to groucho via ada (10.0.0.2) and the groucho->aaron data path
|
|
||||||
# drops packets (TCP connects + ICMP ok, but the SSH banner never returns; proven:
|
|
||||||
# aaron->ada:22 gets a banner, aaron->groucho:22 does not). Not MTU/fail2ban/DNS.
|
|
||||||
# Until aaron<->groucho networking is fixed, deploy the site from a machine that
|
|
||||||
# reaches groucho via ada: `ansible-playbook -i comunes_inventory.ini tane-landing.yml`
|
|
||||||
# (see site/DEPLOY.md). Trigger left manual-only so it stops failing on every push.
|
|
||||||
on:
|
on:
|
||||||
|
push:
|
||||||
|
branches: [main]
|
||||||
|
paths:
|
||||||
|
- 'site/**'
|
||||||
|
- 'docs/**'
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
|
|
@ -30,8 +27,8 @@ concurrency:
|
||||||
cancel-in-progress: false
|
cancel-in-progress: false
|
||||||
|
|
||||||
env:
|
env:
|
||||||
GROUCHO_HOST: "10.20.20.116"
|
GROUCHO_HOST: "10.0.0.116"
|
||||||
SITE_DEST: "/data/tane-landing/src/"
|
SITE_DEST: "/data/ane-landing/src/"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
deploy:
|
deploy:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue