diff --git a/.forgejo/workflows/deploy.yml b/.forgejo/workflows/deploy.yml index b506a67..e3ea5a5 100644 --- a/.forgejo/workflows/deploy.yml +++ b/.forgejo/workflows/deploy.yml @@ -12,14 +12,19 @@ jobs: - /var/www/bubo:/var/www/bubo steps: - uses: actions/checkout@v4 + - name: Install dependencies run: npm install + - name: Install rsync run: apt-get update && apt-get install -y rsync + - name: Build Bubo run: npm run build:bubo + - name: List built files run: ls -la ./public/ + - name: Deploy to web root run: | rsync -avz --delete --exclude='.git' --exclude='.forgejo' \