gamesshop/deploy/deploy.sh
Michel 00f85c343b
Some checks failed
/ build (push) Failing after 37s
Remove interactive parameter
2024-11-07 18:38:43 +01:00

14 lines
No EOL
430 B
Bash

#!/usr/bin/env bash
docker run -i --rm --volume "$PWD":/app -w /app node npm install
docker run -i --rm --volume "$PWD":/app -w /app node npm run build
docker run -i --rm --volume "$PWD":/app -w /app composer composer install --ignore-platform-req=ext-gd
docker run \
--volume "$PWD":/app \
--rm \
--interactive \
--tty \
php:8.3-cli \
php /app/src/php/bin/doctrine.php orm:schema-tool:update --force