Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deploy 2020.10.05 version of idr.openmicroscopy.org/about #286

Merged
merged 1 commit into from
Oct 6, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions ansible/group_vars/proxy-hosts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -369,13 +369,13 @@ idr_haproxy_frontend_omero_host: idr.openmicroscopy.org
######################################################################
# Static webpages (/about) on proxy

idr_openmicroscopy_org_version: 2020.09.28
idr_openmicroscopy_org_version: 2020.10.05
deploy_archive_dest_dir: /srv/www/{{ idr_openmicroscopy_org_version }}
deploy_archive_src_url: https://github.com/IDR/idr.openmicroscopy.org/releases/download/{{ idr_openmicroscopy_org_version }}/idr.openmicroscopy.org.tar.gz
# Optional checksum. It should be safe to omit as long as you never
# overwrite an existing archive. This should not be a problem when using
# versioned directories.
deploy_archive_sha256: bb5313cc5f066a9bf021fe52083436aa6d94e925a076baa81b816f80dbfd8675
deploy_archive_sha256: f49f1b1421b5c38b8000bbc94e00dc8c9c9c01fb9e170312545786af45a62fcd
deploy_archive_symlink: /srv/www/html
idr_deployment_web_version_file: /srv/www/{{ idr_openmicroscopy_org_version }}/VERSION
idr_deployment_web_version_value: "{{ idr_environment | default('idr') }}"
Expand Down