diff --git a/.forgejo/workflows/deploy.yaml b/.forgejo/workflows/deploy.yaml index 4a676ee..06356a4 100644 --- a/.forgejo/workflows/deploy.yaml +++ b/.forgejo/workflows/deploy.yaml @@ -5,3 +5,6 @@ jobs: steps: - uses: actions/checkout@v4 - run: npm i + - run: npm run build + - run: /bin/rsync -avzh ./dist ansible@polsevev:/var/www/polsevev/ +