Skip to content

Commit

Permalink
wrapper FTW
Browse files Browse the repository at this point in the history
  • Loading branch information
westfood committed Jan 5, 2025
1 parent b003513 commit fec8878
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions ci/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,20 +27,23 @@
become: "{{ sudo | default(true) }}"
become_user: traefik
block:
- name: "Deploy Traefik configuration"
- name: "Deploy Traefik compose"
copy:
src: "{{ item.src }}"
dest: "/home/traefik/{{ item.dest }}"
mode: "{{ mode | default(true) }}"
loop:
- src: traefik/docker-compose.yaml
dest: docker-compose.yaml
- name: "Deploy Traefik wrappeers"
copy:
src: "{{ item.src }}"
dest: "/home/traefik/{{ item.dest }}"
mode: u+x
loop:
- src: traefik/run.sh
dest: run.sh
mode: u+x
- src: traefik/stop.sh
dest: stop.sh
mode: u+x

- name: Run pywb as Docker Image
when: pywb_deployment == 'docker'
Expand Down

0 comments on commit fec8878

Please sign in to comment.