CI/CD - Mise en place des workflows Gitea Actions #1

Merged
cedric merged 6 commits from dev into master 2026-05-16 07:55:45 +00:00
Showing only changes of commit 4fc9df88f4 - Show all commits
+3 -1
View File
@@ -43,4 +43,6 @@ jobs:
corepack enable corepack enable
yarn install --frozen-lockfile yarn install --frozen-lockfile
NODE_ENV=production yarn build NODE_ENV=production yarn build
pm2 restart api-beta-pawol pm2 describe api-beta-pawol > /dev/null 2>&1 \
&& pm2 restart api-beta-pawol \
|| pm2 start yarn --name api-beta-pawol -- start