Skip to content

Commit

Permalink
fix: update inject script exec order
Browse files Browse the repository at this point in the history
  • Loading branch information
moonrailgun committed Oct 27, 2023
1 parent ce91a0b commit 5274d2a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/deploy-laf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches:
- master
paths:
- ".github/workflows/deploy-laf.yml"
- "client/web/**"
- "client/shared/**"
- "client/packages/design/**"
Expand Down Expand Up @@ -43,14 +44,14 @@ jobs:
- name: Install packages
run: pnpm install --frozen-lockfile

- name: Inject Analytics
run: node ./client/web/build/inject-analytics.js

- name: Build step
run: cd client/web && pnpm build
env:
SERVICE_URL: https://tailchat-nightly.moonrailgun.com

- name: Inject Analytics
run: node ./client/web/build/inject-analytics.js

- name: Deploy to laf storage
uses: moonrailgun/laf-storage-deploy-action@v1.1
with:
Expand Down

0 comments on commit 5274d2a

Please sign in to comment.