diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 988cf20..c8ff359 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -14,7 +14,7 @@ jobs: - name: Pull the latest code and copy it over the html directory uses: appleboy/ssh-action@master with: - host: ${{ secrets.HOST }} + host: ${{ secrets.HOSTNAME }} username: ${{ secrets.USERNAME }} password: ${{ secrets.PASSWORD}} port: ${{ secrets.PORT }}