diff --git a/.forgejo/workflows/deploy.yml b/.forgejo/workflows/deploy.yml index 3555aa2..7008872 100644 --- a/.forgejo/workflows/deploy.yml +++ b/.forgejo/workflows/deploy.yml @@ -15,4 +15,4 @@ jobs: cache: true - run: git config --global --add safe.directory /opt/hostedtoolcache/flutter/stable-3.35.1-x64 - run: flutter build web --release --wasm --base-href /app/ - - run: sshpass -p "${{ secrets.DEPLOY_PASSWORD }}" scp -o StrictHostKeyChecking=accept-new -rp build/web ${{ secrets.DEPLOY_USERNAME }}@${{ secrets.DEPLOY_ADDRESS }}:${{ secrets.DEPLOY_PATH }} + - run: sshpass -p "${{ secrets.DEPLOY_PASSWORD }}" scp -o StrictHostKeyChecking=accept-new -rp build/web/* ${{ secrets.DEPLOY_USERNAME }}@${{ secrets.DEPLOY_ADDRESS }}:${{ secrets.DEPLOY_PATH }}