Init(Core): add to repo and add seeders
This commit is contained in:
20
.github/workflows/liara.yaml
vendored
Normal file
20
.github/workflows/liara.yaml
vendored
Normal file
@@ -0,0 +1,20 @@
|
||||
name: CD-Liara
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
jobs:
|
||||
deploy:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: "18"
|
||||
- name: update-liara
|
||||
env:
|
||||
LIARA_TOKEN: ${{ secrets.LIARA_API_TOKEN }}
|
||||
run: |
|
||||
npm i -g @liara/cli@4
|
||||
liara deploy --app="axicon-portal" --api-token="$LIARA_TOKEN" --detach
|
||||
Reference in New Issue
Block a user