From 2b4b782e84d49617f13cc266cde33bc9be9f44df Mon Sep 17 00:00:00 2001 From: Alexander Nozik Date: Sat, 21 Mar 2020 19:46:49 +0300 Subject: [PATCH] permanent placement --- .github/workflows/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b9e5b68..e266ee4 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -21,7 +21,7 @@ jobs: uses: appleboy/scp-action@master with: host: ${{ secrets.HOST }} - username: ${{ secrets.USERNAME }} - password: ${{ secrets.PASSWORD }} + username: ${{ secrets.WEBMASTER_USERNAME }} + password: ${{ secrets.WEBMASTER_PASSWORD }} source: "public/*" - target: "/home/elinorre/" \ No newline at end of file + target: "/var/www/html/" \ No newline at end of file