Rename Spot to Livetrail internally
Deploy Livetrail / deploy (push) Successful in 21s

This commit is contained in:
2026-08-18 15:55:55 +02:00
parent ced5e87542
commit 2aac7ad5c4
55 changed files with 211 additions and 211 deletions
+3 -3
View File
@@ -1,4 +1,4 @@
name: Deploy Spot
name: Deploy Livetrail
on:
push:
@@ -7,12 +7,12 @@ on:
jobs:
deploy:
runs-on: spot
runs-on: livetrail
env:
COMPOSER_NO_INTERACTION: "1"
COMPOSER_HOME: .composer
DEPLOY_PATH: /var/www/spot
DEPLOY_PATH: /var/www/livetrail
npm_config_cache: .npm-cache
steps: