diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index 4daf289..77b85fd 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -22,13 +22,5 @@ jobs: - name: Build site run: npm run build - # Now the fun part.. uploading it to pageup - - run: cd dist && tar -czf archive.tar.gz -C . . || true - - name: Upload to PageUp - run: | - echo "Uploading..." - curl -v -F "file=@dist/archive.tar.gz" -F "name=folporio" https://pages.nnsoft.xyz/upload | tee response.html - echo "" - echo "Server responded with:" - cat response.html - - run: echo "I am done with this" \ No newline at end of file + - name: Deploy to PageUp + uses: nna/deploy-pageup@v1 # or specific "vX.X.X" version tag for this action \ No newline at end of file