CI/CD - Mise en place des workflows Gitea Actions #1
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user