We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82d5889 commit 06e87bbCopy full SHA for 06e87bb
deploy.sh
@@ -3,20 +3,20 @@
3
. /home/forge/.bashrc
4
. ~/.nvm/nvm.sh
5
6
-# Composer
+# Dependencies
7
php8.4 /usr/local/bin/composer install --no-dev
8
-
9
-# Bun
10
/home/forge/.bun/bin/bun --version
11
/home/forge/.bun/bin/bun install
12
-php8.4 tempest command-palette:index
13
-/home/forge/.bun/bin/bun run build
14
15
# Tempest
16
php8.4 tempest cache:clear --all
17
php8.4 tempest discovery:generate
18
php8.4 tempest migrate:up --force
19
php8.4 tempest static:clean --force
+
+# Build front-end
+php8.4 tempest command-palette:index
+/home/forge/.bun/bin/bun run build
20
php8.4 tempest static:generate --allow-dead-links --verbose=true
21
22
# Supervisor
0 commit comments