From 60139cce602429dc550b6ea85b48b25995497479 Mon Sep 17 00:00:00 2001 From: Dowland Aiello Date: Tue, 23 Jul 2024 08:53:23 -0700 Subject: [PATCH] Remove deploy job. --- .github/workflows/deploy.yml | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 .github/workflows/deploy.yml diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml deleted file mode 100644 index 9717bbab9..000000000 --- a/.github/workflows/deploy.yml +++ /dev/null @@ -1,13 +0,0 @@ -name: Deploy - -on: [push] - -jobs: - deploy: - name: deploy arb bot - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v4 - - name: Install nix - uses: cachix/install-nix-action@v27 - run: nix develop --command nixos-rebuild switch --target-host root@34.121.54.8 --flake flake.nix \ No newline at end of file