Skip to content

Commit 5fb7148

Browse files
committed
fix: fix front end CD
1 parent 9b20d32 commit 5fb7148

1 file changed

Lines changed: 1 addition & 9 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -41,17 +41,9 @@ jobs:
4141
./clever-tools-latest_linux/clever link $CLEVER_APP_ID
4242
./clever-tools-latest_linux/clever deploy -f
4343
44-
# The frontend used to be a Next.js Node.js app on Clever; it's now a
45-
# Vite-built SPA served by Clever's static (Caddy) engine. The deploy
46-
# command is identical (git push), only the target app changes —
47-
# `FE_CLEVER_APP_ID_PROD` must be pointed at the new static app and
48-
# `FE_CLEVER_APP_ALIAS_PROD` set to that app's alias (no underscores;
49-
# see https://github.com/CleverCloud/clever-tools for the alias-escape
50-
# workaround required by `clever deploy -a <alias>`).
5144
- name: Deploy frontend (static SPA) to Clever Cloud (PROD)
5245
env:
5346
CLEVER_APP_ID: ${{ secrets.FE_CLEVER_APP_ID_PROD }}
54-
CLEVER_APP_ALIAS: ${{ secrets.FE_CLEVER_APP_ALIAS_PROD }}
5547
run: |
5648
./clever-tools-latest_linux/clever link $CLEVER_APP_ID
57-
./clever-tools-latest_linux/clever deploy -f -a $CLEVER_APP_ALIAS --quiet
49+
./clever-tools-latest_linux/clever deploy -f

0 commit comments

Comments
 (0)