Skip to content

Commit

Permalink
chore: update deploy laf action config
Browse files Browse the repository at this point in the history
  • Loading branch information
moonrailgun committed Oct 27, 2023
1 parent 2823bf2 commit ce91a0b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/deploy-laf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:

jobs:
deploy:
name: Deploy deno
name: Deploy Laf
runs-on: ubuntu-latest

permissions:
Expand Down Expand Up @@ -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

0 comments on commit ce91a0b

Please sign in to comment.