|
|
@ -12,7 +12,7 @@ on:
|
|
|
|
|
|
|
|
|
|
|
|
jobs:
|
|
|
|
jobs:
|
|
|
|
deploy:
|
|
|
|
deploy:
|
|
|
|
name: Deploy deno
|
|
|
|
name: Deploy Laf
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
|
|
|
|
|
|
|
|
permissions:
|
|
|
|
permissions:
|
|
|
@ -51,11 +51,11 @@ jobs:
|
|
|
|
- name: Inject Analytics
|
|
|
|
- name: Inject Analytics
|
|
|
|
run: node ./client/web/build/inject-analytics.js
|
|
|
|
run: node ./client/web/build/inject-analytics.js
|
|
|
|
|
|
|
|
|
|
|
|
- name: Deploy to laf static
|
|
|
|
- name: Deploy to laf storage
|
|
|
|
uses: moonrailgun/laf-storage-deploy-action@v1
|
|
|
|
uses: moonrailgun/laf-storage-deploy-action@v1.1
|
|
|
|
with:
|
|
|
|
with:
|
|
|
|
server-url: https://laf.dev
|
|
|
|
laf-server: https://laf.dev
|
|
|
|
laf-pat: ${{ secrets.LAF_PAT }}
|
|
|
|
laf-pat: ${{ secrets.LAF_PAT }}
|
|
|
|
laf-appid: yyejoq
|
|
|
|
laf-appid: yyejoq
|
|
|
|
|
|
|
|
laf-bucket-name: yyejoq-tailchat-nightly
|
|
|
|
dist-path: client/web/dist
|
|
|
|
dist-path: client/web/dist
|
|
|
|
bucket-name: yyejoq-tailchat-nightly
|
|
|
|
|
|
|
|