File tree Expand file tree Collapse file tree 1 file changed +2
-8
lines changed
Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Original file line number Diff line number Diff line change 1919 run : volta install pnpm
2020 - name : Install deps
2121 run : pnpm install
22+ - name : Build everything
23+ run : pnpm run build
2224
2325 - name : Verify cloudflare token
2426 run : |
@@ -48,21 +50,13 @@ jobs:
4850 workingDirectory : ./services
4951 command : deploy -c ./src/admin-api/wrangler.toml
5052
51- - name : Build Public App
52- run : pnpm run build
53- working-directory : ./app
54-
5553 - name : Deploy Public App
5654 uses : cloudflare/wrangler-action@v3
5755 with :
5856 apiToken : ${{ secrets.CLOUDFLARE_API_TOKEN }}
5957 packageManager : pnpm
6058 workingDirectory : ./app
6159 command : pages deploy dist --project-name=alef-app
62-
63- - name : Build Admin App
64- run : pnpm run build
65- working-directory : ./admin
6660 - name : Deploy Admin App
6761 uses : cloudflare/wrangler-action@v3
6862 with :
You can’t perform that action at this time.
0 commit comments