Files @ 81902625d067
Branch filter:

Location: freifunk/Ansible-Configuration/web/tasks/api.yml

x
feat: update hugo to v.0.121 from v0.119
1
2
3
4
5
6
7
---
# Setup the API website
- name: "Clone website repo"
  ansible.builtin.git:
    repo: "ssh://kallithea@projects.c3l.lu/freifunk/web/api"
    dest: "/var/www/api/"
    version: "main"