send manual deploy to cold.strudel.cc, and autodeploy to strudel.cc

This commit is contained in:
alex 2026-04-05 11:37:40 +01:00
parent 84df683794
commit 01abc8ae79
2 changed files with 4 additions and 4 deletions

View file

@ -1,4 +1,4 @@
name: Build and Deploy to beta (warm.strudel.cc) name: Build and Deploy to warm (strudel.cc)
on: on:
push: push:
@ -37,4 +37,4 @@ jobs:
apt update && apt install -y rsync apt update && apt install -y rsync
mkdir ~/.ssh mkdir ~/.ssh
ssh-keyscan matrix.toplap.org > ~/.ssh/known_hosts ssh-keyscan matrix.toplap.org > ~/.ssh/known_hosts
rsync -atv --delete --delete-after --progress ./website/dist/ strudel@matrix.toplap.org:/home/strudel/deploy/warm.strudel.cc rsync -atv --delete --delete-after --progress ./website/dist/ strudel@matrix.toplap.org:/home/strudel/deploy/strudel.cc

View file

@ -1,4 +1,4 @@
name: Build and Deploy to live (strudel.cc) name: Build and Deploy to cold (cold.strudel.cc)
on: [workflow_dispatch] on: [workflow_dispatch]
@ -34,4 +34,4 @@ jobs:
apt update && apt install -y rsync apt update && apt install -y rsync
mkdir ~/.ssh mkdir ~/.ssh
ssh-keyscan matrix.toplap.org > ~/.ssh/known_hosts ssh-keyscan matrix.toplap.org > ~/.ssh/known_hosts
rsync -atv --delete --delete-after --progress ./website/dist/ strudel@matrix.toplap.org:/home/strudel/deploy/strudel.cc rsync -atv --delete --delete-after --progress ./website/dist/ strudel@matrix.toplap.org:/home/strudel/deploy/cold.strudel.cc