Test poprawionego workflowu
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user