feat: rendre le dépôt configurable via variables d'env #2

Merged
cedric merged 7 commits from feat/improve-custom into master 2026-06-26 04:59:05 +00:00
Showing only changes of commit 58fd049d03 - Show all commits
+2 -1
View File
@@ -39,7 +39,8 @@ jobs:
export NVM_DIR="$HOME/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"
cd ${{ secrets.DEPLOY_PATH }}
git pull --ff-only origin ${{ gitea.ref_name }}
git fetch origin
git checkout -B ${{ gitea.ref_name }} origin/${{ gitea.ref_name }}
corepack enable
yarn install --frozen-lockfile
NODE_ENV=production yarn build