From ce91a0bd10338ee0ca1ed31d76263bc507379558 Mon Sep 17 00:00:00 2001 From: moonrailgun Date: Sat, 28 Oct 2023 00:01:45 +0800 Subject: [PATCH] chore: update deploy laf action config --- .github/workflows/deploy-laf.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/deploy-laf.yml b/.github/workflows/deploy-laf.yml index 5a735677c3c..cea961f34fb 100644 --- a/.github/workflows/deploy-laf.yml +++ b/.github/workflows/deploy-laf.yml @@ -12,7 +12,7 @@ on: jobs: deploy: - name: Deploy deno + name: Deploy Laf runs-on: ubuntu-latest permissions: @@ -51,11 +51,11 @@ jobs: - name: Inject Analytics run: node ./client/web/build/inject-analytics.js - - name: Deploy to laf static - uses: moonrailgun/laf-storage-deploy-action@v1 + - name: Deploy to laf storage + uses: moonrailgun/laf-storage-deploy-action@v1.1 with: - server-url: https://laf.dev + laf-server: https://laf.dev laf-pat: ${{ secrets.LAF_PAT }} laf-appid: yyejoq + laf-bucket-name: yyejoq-tailchat-nightly dist-path: client/web/dist - bucket-name: yyejoq-tailchat-nightly