Update deploy step

This commit is contained in:
albert 2025-02-04 19:35:49 -08:00
parent 69de223b22
commit b22dad86ab
Signed by: albert
GPG key ID: 3895DD267CA11BA9

View file

@ -3,10 +3,13 @@
name: deploy-rs
run-name: ${{ github.actor }} - deploy-rs
on:
schedule:
- cron: '0 2 * * 0'
# “At 02:00 Sunday."
workflow_dispatch:
push:
branches:
- main
paths:
- 'flake.lock'
env:
SSH_OPTS: "-q -A -o StrictHostKeyChecking=no"
TS_OPTS: "--login-server=https://headscale.sysctl.io --accept-routes --accept-dns --hostname forgejo-runner"
@ -40,7 +43,7 @@ jobs:
- name: nixos-version (Pre)
run: ssh ${{ env.SSH_OPTS }} albert@warsaw-ovh-01.servers.hs.net "nixos-version"
- name: deploy-rs
run: deploy ${{}}
run: deploy -sd ${{github.workspace}}
- name: nixos-version (Post)
run: ssh ${{ env.SSH_OPTS }} lbert@warsaw-ovh-01.servers.hs.net "nixos-version"
- name: Send Notification