deploy to branch

This commit is contained in:
hueso
2026-03-13 01:08:54 -03:00
parent abeef0bd85
commit ebe03eb439

View File

@@ -2,8 +2,6 @@ name: Deploy to IPFS
on: on:
push: push:
branches:
- develop
workflow_dispatch: workflow_dispatch:
jobs: jobs:
@@ -31,7 +29,7 @@ jobs:
HOST: ${{secrets.SSH_HOST}} HOST: ${{secrets.SSH_HOST}}
KEY: ${{secrets.SSH_KEY}} KEY: ${{secrets.SSH_KEY}}
SOURCE: dist/ SOURCE: dist/
TARGET: / TARGET: ${{ gitea.ref_name }}
- name: Deploy to IPFS - name: Deploy to IPFS
uses: ipshipyard/ipfs-deploy-action@v1 uses: ipshipyard/ipfs-deploy-action@v1