From 416d7ee09f7798cc4b861869e1ffa89eb839b14b Mon Sep 17 00:00:00 2001 From: Nabil Mansour Date: Sun, 1 Sep 2024 11:45:27 -0400 Subject: [PATCH] now github actions should go through --- .github/workflows/deploy.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 50bbb30..c94e8c8 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -17,7 +17,6 @@ jobs: username: ${{ secrets.SSH_USERNAME }} # Will assume basic setup has been done on the server script: | - exit 1 cd excalihub || exit 1 git pull || exit 1 export NVM_DIR=~/.nvm || exit 1