From f2c942800b2e31fd5121d8d2a532b96c69befef5 Mon Sep 17 00:00:00 2001 From: albert Date: Tue, 16 Apr 2024 14:24:10 +0900 Subject: [PATCH] Update --- .forgejo/workflows/deploy-rs.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.forgejo/workflows/deploy-rs.yml b/.forgejo/workflows/deploy-rs.yml index 58f5a6b5..8db17f3f 100644 --- a/.forgejo/workflows/deploy-rs.yml +++ b/.forgejo/workflows/deploy-rs.yml @@ -26,19 +26,19 @@ jobs: id cat /etc/resolv.conf + - name: "Setup: Runner" + run: | + apt update -y + apt install git nodejs nix-bin sudo sudo curl -y + git config --global user.email "${{github.actor}}" + git config --global user.name "Albert J. Copeland" + - name: "Setup: Tailscale Repo" run: | mkdir -p --mode=0755 /usr/share/keyrings curl -fsSL https://pkgs.tailscale.com/stable/ubuntu/lunar.noarmor.gpg | sudo tee /usr/share/keyrings/tailscale-archive-keyring.gpg >/dev/null curl -fsSL https://pkgs.tailscale.com/stable/ubuntu/lunar.tailscale-keyring.list | sudo tee /etc/apt/sources.list.d/tailscale.list - - - name: "Setup: Runner" - run: | - apt update -y - apt install git nodejs nix-bin sudo tailscale -y - git config --global user.email "${{github.actor}}" - git config --global user.name "Albert J. Copeland" - + apt install tailscale -y - name: "Setup: SSH" run: |