From 4c2b782ba8c7b9ebd771d483c580ce28b78972b8 Mon Sep 17 00:00:00 2001 From: musiur Date: Sat, 22 Jun 2024 02:06:22 +0600 Subject: [PATCH] action.yml updated --- .github/workflows/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml index 9c52a6f..ce862a8 100644 --- a/.github/workflows/action.yml +++ b/.github/workflows/action.yml @@ -45,4 +45,4 @@ jobs: username: ${{ secrets.USERNAME }} password: ${{ secrets.PASSWORD }} port: ${{ secrets.PORT }} - script: bash thesociomatic.com/update.sh + script: bash ./deploy.sh