deploy to branch
This commit is contained in:
4
.github/workflows/ipfs-release.yml
vendored
4
.github/workflows/ipfs-release.yml
vendored
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user