Skip to content

Commit

Permalink
Merge pull request #953 from dacook/ca_prod2-fixes
Browse files Browse the repository at this point in the history
Small fixes
  • Loading branch information
dacook authored Nov 3, 2024
2 parents ea6644b + cc81f30 commit ad07f69
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
4 changes: 0 additions & 4 deletions inventory/hosts
Original file line number Diff line number Diff line change
Expand Up @@ -133,13 +133,9 @@ openfoodnetwork.org.uk
[uk_staging]
staging.openfoodnetwork.org.uk

[uk_staging2]
staging2.openfoodnetwork.org.uk

[uk:children]
uk_prod
uk_staging
uk_staging2


#------------------------------------------------------------------------------
Expand Down
1 change: 1 addition & 0 deletions roles/migrate_assets/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ migrate_dirs:
- images
- files
- spree
- storage # Required when local storage is used instead of S3
- system
2 changes: 1 addition & 1 deletion roles/migrate_assets/tasks/push_assets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
src: "{{ local_asset_path }}/{{ migrate_dir }}"
dest: "{{ dest_path }}/"
mode: push
rsync_opts:
rsync_opts: # not supported on macOS; just comment out and fix manually after.
- "--chown={{ app_user }}:{{ app_user }}"
become: yes
become_user: "{{ app_user }}"

0 comments on commit ad07f69

Please sign in to comment.