From 70ad1401163016c783d24dd91854e147d415121b Mon Sep 17 00:00:00 2001 From: wonderf00l <105116952+wonderf00l@users.noreply.github.com> Date: Sun, 25 Feb 2024 21:24:18 +0300 Subject: [PATCH] Updated host in last job deployment.yml --- .github/workflows/deployment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deployment.yml b/.github/workflows/deployment.yml index 9bba43f..b2fda69 100644 --- a/.github/workflows/deployment.yml +++ b/.github/workflows/deployment.yml @@ -47,7 +47,7 @@ jobs: - name: deploy application uses: appleboy/ssh-action@master with: - host: pinspire.online + host: pinspire.site username: ${{ secrets.REMOTE_USERNAME }} key: ${{ secrets.PRIVATE_KEY }} script: |