Source code of my website
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

๐Ÿ› : ensure `clever link` does not fail when alias is already linked

+1 -1
+1 -1
mise.toml
··· 59 59 [tasks."clever:deploy"] 60 60 description = "Dรฉploie sur l'alias Clever Cloud de production" 61 61 run = ''' 62 - clever link $PROD_APP_ID --alias codeka.io 62 + clever link $PROD_APP_ID --alias codeka.io || true 63 63 clever deploy --alias codeka.io 64 64 '''