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