deploy: sync branche
This commit is contained in:
@@ -62,8 +62,9 @@ jobs:
|
||||
set -e
|
||||
cd ${{ secrets.DEPLOY_PATH }}
|
||||
|
||||
echo "==> Pull branche dev"
|
||||
git pull origin dev
|
||||
echo "==> Synchronisation branche dev"
|
||||
git fetch origin dev
|
||||
git reset --hard origin/dev
|
||||
|
||||
echo "==> Redémarrage Directus"
|
||||
docker compose restart directus
|
||||
|
||||
Reference in New Issue
Block a user