File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments