deploy to node

This commit is contained in:
hueso
2026-03-05 22:30:50 -03:00
parent ea5773c7d0
commit abeef0bd85

View File

@@ -24,6 +24,26 @@ jobs:
- name: Build SPA - name: Build SPA
run: npm run build-only run: npm run build-only
- name: Deploy via RSYNC
uses: up9cloud/action-rsync@master
env:
USER: ${{secrets.SSH_USER}}
HOST: ${{secrets.SSH_HOST}}
KEY: ${{secrets.SSH_KEY}}
SOURCE: dist/
TARGET: /
- name: Deploy to IPFS
uses: ipshipyard/ipfs-deploy-action@v1
id: deploy
with:
path-to-deploy: dist
set-github-status: false
set-pr-comment: false
kubo-api-url: ${{ secrets.KUBO_API_URL }}
kubo-api-auth: ${{ secrets.KUBO_API_AUTH }}
upload-car-artifact: false
- name: Install Pinata CLI - name: Install Pinata CLI
if: secrets.PINATA_JWT != '' if: secrets.PINATA_JWT != ''
shell: bash shell: bash