diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 42b2800..c4cfb46 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,7 +29,7 @@ jobs: with: host: 172.16.18.148 username: ${{ secrets.SERVER_USERNAME }} - key: ${{ secrets.SK }} + key: ${{ secrets.SSH_PRIVATE_KEY }} port: ${{ secrets.SERVER_PORT }} source: "dist/" target: "/var/www/html/dist/"