parent
fd84799c54
commit
03235fd070
23
.gitea/workflows/release-production.yaml
Normal file
23
.gitea/workflows/release-production.yaml
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
name: Release to production
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- main
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
build_and_release:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: Checkout
|
||||||
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
|
- name: Setup Node
|
||||||
|
uses: actions/setup-node@v2
|
||||||
|
with:
|
||||||
|
node-version: 18
|
||||||
|
|
||||||
|
- name: Release Build
|
||||||
|
run: |
|
||||||
|
npm -g install cloudron-surfer
|
||||||
|
surfer put --token ${{ secrets.CLOUDRON_SURFER_TOKEN }} --server cs-design.nostrdev.com ./* /
|
Loading…
x
Reference in New Issue
Block a user