Files
ikea/deploy.yaml
2024-01-17 20:48:27 +01:00

34 lines
596 B
YAML

import:
- recipe/laravel.php
- contrib/php-fpm.php
config:
repository: 'https://git.bh.ttx.sk/jaro/ikea/'
hosts:
web01.ttx.sk:
remote_user: git
branch: newlook
deploy_path: '/var/www/html/ikea'
nuc.bh.ttx.sk:
remote_user: deployer
branch: newlook
deploy_path: '/var/www/html/ikea'
bin/php: /usr/bin/php81
php_fpm_version: 8.1
php_fpm_service: php81-php-fpm
after:
deploy: php-fpm:reload
tasks:
build:
- cd: "/var/www/html/ikea/current"
- run: "yarn install"
- run: "yarn build"
after:
deploy:failed: deploy:unlock