From 127045cf9560aaaeaa5bacdb549cb7607e028b02 Mon Sep 17 00:00:00 2001 From: Brendan Golden Date: Sun, 22 Sep 2024 20:29:41 +0100 Subject: [PATCH] test: testing 2 --- .forgejo/workflows/push.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.forgejo/workflows/push.yaml b/.forgejo/workflows/push.yaml index c049679..20f100d 100644 --- a/.forgejo/workflows/push.yaml +++ b/.forgejo/workflows/push.yaml @@ -12,7 +12,7 @@ on: jobs: build: # build it using teh base nixos system, helps with caching - runs-on: nix + runs-on: docker steps: # get the repo first - uses: https://code.forgejo.org/actions/checkout@v4 @@ -30,5 +30,5 @@ jobs: host: skynet.skynet.ie username: ${{ secrets.USERNAME }} key: ${{ secrets.KEY }} - source: "build" + source: "build/*" target: "~/public_html/" \ No newline at end of file