Files
ikea/deploy.yaml
Jaroslav Drzik 9d98ad7a10
Some checks are pending
deploy / deploy (push) Waiting to run
Yarn package
2024-01-03 21:49:27 +01:00

20 lines
318 B
YAML

import:
- recipe/laravel.php
config:
repository: 'https://git.bh.ttx.sk/jaro/ikea/'
hosts:
web01.ttx.sk:
remote_user: git
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