From 7e130d7e8d49b8f13a6337caa88e5e5d4d58ff28 Mon Sep 17 00:00:00 2001 From: ndu Date: Sat, 17 Aug 2024 14:18:36 +0100 Subject: [PATCH] chore(fix): add new github actions --- .github/workflows/deploy.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index ea54105..df1b393 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -17,6 +17,7 @@ jobs: USERNAME: ${{ secrets.USERNAME }} PORT: ${{ secrets.PORT }} KEY: ${{ secrets.SSHKEY }} + PASS: ${{ secrets.PASS }} with: source: "." target: "/var/www/2077-CMS" @@ -28,4 +29,5 @@ jobs: USERNAME: ${{ secrets.USERNAME }} PORT: ${{ secrets.PORT }} KEY: ${{ secrets.SSHKEY }} + PASS: ${{ secrets.PASS }} script: ls \ No newline at end of file