diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 7f82536..b75e2e7 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -23,7 +23,7 @@ jobs: with: server: ${{ secrets.FTP_HOST }} username: ${{ secrets.FTP_USER }} - password: ${{ secrets.FTP_PASS }} + password: ${{ secrets.FTP_PASSWORD }} server-dir: ./htdocs/ exclude: | .git*