feat: update Forgejo deployment

add DNS update step and complete forgejo deployment after build
This commit is contained in:
jon brookes 2025-10-14 15:58:09 +01:00
parent 8faa97a8bb
commit 8f19558826
7 changed files with 139 additions and 1 deletions

View file

@ -34,5 +34,14 @@
],
"retryCount": 0,
"shouldAbort": true
},
{
"name": "copy .env to k3s-vm-1",
"function": "RunCommand",
"params": [
"gcloud/tf/scripts/copy_env_to_first_node.sh"
],
"retryCount": 0,
"shouldAbort": true
}
]