From 58d839b080d85919612a3ad994cab7924b5913c5 Mon Sep 17 00:00:00 2001 From: Chuck Dries Date: Wed, 29 Jul 2020 10:35:49 -0700 Subject: [PATCH] asdfasdf --- .github/workflows/main.yml | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 1fb08bc..58e91d5 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -20,21 +20,21 @@ jobs: steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - uses: actions/checkout@v2 -# - name: Copy folder content recursively to remote -# uses: garygrossgarten/github-action-scp@release -# with: -# local: "./" -# remote: ${{ secrets.DEPLOY_PATH }} -# host: "server.chuckdries.com" -# username: ${{ secrets.CI_USER }} -# password: ${{ secrets.CI_PASSWORD }} - - name: copy file via ssh password - uses: appleboy/scp-action@master + - name: Copy folder content recursively to remote + uses: garygrossgarten/github-action-scp@release with: + local: "./" + remote: ${{ secrets.DEPLOY_PATH }} host: "server.chuckdries.com" username: ${{ secrets.CI_USER }} password: ${{ secrets.CI_PASSWORD }} -# port: ${{ secrets.PORT }} - source: "*/*.*, *.*" - target: "/docker-services/letsencrypt/www" - rm: true +# - name: copy file via ssh password +# uses: appleboy/scp-action@master +# with: +# host: "server.chuckdries.com" +# username: ${{ secrets.CI_USER }} +# password: ${{ secrets.CI_PASSWORD }} +# # port: ${{ secrets.PORT }} +# source: "*/*.*, *.*" +# target: "/docker-services/letsencrypt/www" +# rm: true