From ed5b1f5f53d99b8882d385e58d10a73557127c3d Mon Sep 17 00:00:00 2001 From: Chuck Dries Date: Wed, 29 Jul 2020 11:03:54 -0700 Subject: [PATCH] try copying 1 file to see what happens --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 220e593..4829e89 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -36,6 +36,6 @@ jobs: username: ${{ secrets.CI_USER }} password: ${{ secrets.CI_PASSWORD }} # port: ${{ secrets.PORT }} - source: "." + source: "index.html" target: "/docker-services/letsencrypt/www" rm: true