Test poprawionego workflowu

This commit is contained in:
Dark Steveneq
2025-12-15 21:07:59 +01:00
parent 3aad26da5e
commit 7538468b6e

View File

@@ -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"
- name: Deploy to PageUp
uses: nna/deploy-pageup@v1 # or specific "vX.X.X" version tag for this action