Sudo setup?
Some checks failed
Deploy to Web Server / deploy (push) Failing after 2m26s

This commit is contained in:
aria 2025-05-16 22:42:41 +10:00
parent fa7ffbe64a
commit 865798bf1a
Signed by: aria
SSH key fingerprint: SHA256:WqtcVnDMrv1lnUlNah5k31iywFUI/DV+5yHzCTO4Vds

View file

@ -38,6 +38,14 @@ jobs:
- name: Build website
run: pnpm run build-action
- name: Install Sudo
run: |
apt-get update && apt-get -y install sudo
- name: Sudo group
run: |
groupmod -a -U $USER sudo
- name: Setup Tailscale
uses: https://github.com/tailscale/github-action@v3
with: