From c902bc7bdc0719b0e1be702128d6bd42b59580bb Mon Sep 17 00:00:00 2001 From: mathias Date: Tue, 7 Nov 2023 11:43:01 +0100 Subject: [PATCH] update ci --- .github/workflows/deploy.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 75b1f77..0221f88 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -23,7 +23,4 @@ jobs: chmod 600 ~/.ssh/pkey eval "$(ssh-agent -s)" ssh-add ~/.ssh/pkey - ssh -i -p ${{ secrets.SECRET_PORT }} ${{ secrets.SECRET_USER }}@${{ secrets.SECRET_HOST }} "cd /project/Swissdle - && git pull origin main - && cd backend-laravel && composer install - && cd ../frontend-vue && npm install && npm run build" \ No newline at end of file + ssh ${{ secrets.SECRET_USER }}@${{ secrets.SECRET_HOST }} -p ${{ secrets.SECRET_PORT }} -i "touch test.tesrt" \ No newline at end of file