Files
ikea/deploy.yaml
2024-01-13 15:51:26 +01:00

25 lines
439 B
YAML

import:
- recipe/laravel.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'
tasks:
build:
- cd: "/var/www/html/ikea/current"
- run: "yarn install"
- run: "yarn build"
after:
deploy:failed: deploy:unlock