Skip to content

Commit

Permalink
scripts had wrong name
Browse files Browse the repository at this point in the history
  • Loading branch information
westfood committed Apr 7, 2024
1 parent 026da2b commit 7b5b73e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
6 changes: 5 additions & 1 deletion ci/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,11 @@
loop:
- src: run.sh
dest: "{{ pywb_dir }}/run-{{ env }}.sh"
- src: run.sh
- src: stop.sh
dest: "{{ pywb_dir }}/stop-{{ env }}.sh"
- src: logs.sh
dest: "{{ pywb_dir }}/logs-{{ env }}.sh"
- src: exec.sh
dest: "{{ pywb_dir }}/exec-{{ env }}.sh"
# - dump-screenshots.sh
# - update_vyvoj.sh
3 changes: 2 additions & 1 deletion ci/templates/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,9 @@ services:
image: webrecorder/pywb:2.7.4
volumes:
- ../config.yaml:{{ pywb_dir }}/config.yaml
- ../2023-tests.cdx/:/mnt/archive/23/index/2023-tests.cdx
- ../sample-archive/:/mnt/archive/23/tests/
- ../index/:/mnt/archive/23/index/2023-tests.cdx

# - ./uwsgi_subdir.ini:/uwsgi/uwsgi.ini

labels:
Expand Down

0 comments on commit 7b5b73e

Please sign in to comment.