From edb55d05bf184c1074c328fac1311bff2fb8b195 Mon Sep 17 00:00:00 2001 From: TheClashFruit Date: Fri, 15 Sep 2023 16:12:48 +0200 Subject: [PATCH] fix: fix action? number 2 --- .gitea/workflows/upload.yml | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) diff --git a/.gitea/workflows/upload.yml b/.gitea/workflows/upload.yml index 91b6e26..f021978 100644 --- a/.gitea/workflows/upload.yml +++ b/.gitea/workflows/upload.yml @@ -19,19 +19,4 @@ jobs: forceUpload: true localDir: '.' remoteDir: '/var/www/crss' - exclude: '.git,.git*,.env.*,LICENSE,README.md' - ssh: - runs-on: ubuntu-latest - timeout-minutes: 5 - steps: - - name: Install dependencies on the server - uses: https://github.com/appleboy/ssh-action@v0.1.10 - with: - host: ${{ secrets.HOST }} - username: ${{ secrets.USERNAME }} - password: ${{ secrets.PASSWORD }} - port: ${{ secrets.PORT }} - command_timeout: 30m - script: | - cd /var/www/crss - composer install \ No newline at end of file + exclude: '.git,.git*,.env.*,LICENSE,README.md' \ No newline at end of file