From be24bb6bd3b96d6385f9287fc18522dfc19f6dd9 Mon Sep 17 00:00:00 2001 From: Satria Date: Sat, 14 Mar 2026 11:25:54 +0700 Subject: [PATCH] remove numbering --- .forgejo/workflows/activate.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.forgejo/workflows/activate.yml b/.forgejo/workflows/activate.yml index edec26a..b9a40c2 100644 --- a/.forgejo/workflows/activate.yml +++ b/.forgejo/workflows/activate.yml @@ -15,17 +15,17 @@ jobs: shell: /bin/sh -e {0} steps: - - name: 1. Clone Repository + - name: Clone Repository run: | rm -rf src git clone https://git.satr14.my.id/satr14/nix-flake.git src - - name: 2. Setup SSH Key + - name: Setup SSH Key run: | mkdir -p ~/.ssh echo "${{ secrets.DEPLOY_SSH_KEY }}" > ~/.ssh/id_ed25519 chmod 600 ~/.ssh/id_ed25519 ssh-keyscan -H localhost >> ~/.ssh/known_hosts - - name: 3. Deploy System over SSH + - name: Deploy System over SSH run: nixos-rebuild switch --flake ./src#homelab --target-host root@localhost -L --show-trace \ No newline at end of file