mirror of
https://github.com/koodiklinikka/playbooks.git
synced 2026-01-26 11:14:04 +00:00
13 lines
324 B
YAML
13 lines
324 B
YAML
---
|
|
- name: Deploy front
|
|
hosts: application
|
|
tasks:
|
|
- { include: roles/deploy/tasks/deploy.yml,
|
|
container_name: koodiklinikka.fi-front,
|
|
repository_url: 'git@github.com:koodiklinikka/koodiklinikka.fi.git',
|
|
port: 8000,
|
|
app_path: /opt/web/koodiklinikka.fi-front,
|
|
user: web }
|
|
|
|
|