publiccode.si/playbook.yml

21 lines
492 B
YAML

---
- hosts: lund.fsfeurope.org
remote_user: root
tasks:
- name: build the oidcp container
command: docker build -t pmpc https://git.fsfe.org/jonas/pmpc.git
- name: run pmpc
docker_container:
name: pmpc
image: pmpc
state: started
restart: yes
ports:
- 1313:1313
env:
HUGO_BASE_URL: http://lund.fsfeurope.org:1313/
volumes:
- "/srv/pmpc-signatures:/usr/share/blog/data/signatures"