Skip to content

Commit

Permalink
Deploy latest version of the static website
Browse files Browse the repository at this point in the history
  • Loading branch information
sbesson committed Feb 28, 2022
1 parent 62888e8 commit befc8ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ansible/group_vars/proxy-hosts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -354,13 +354,13 @@ idr_haproxy_frontend_omero_host: idr.openmicroscopy.org
######################################################################
# Static webpages (/about) on proxy

idr_openmicroscopy_org_version: 2022.01.14
idr_openmicroscopy_org_version: 2022.02.28-1
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: 1d9a4493d45cddb906c04412362d1bed426b30b02cc0fc804eeacf7954fcd630
deploy_archive_sha256: e0881b1d4d775650372abd7cdea0cf71c7f047e27f59abb69f95e937ff1c7b85
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

0 comments on commit befc8ad

Please sign in to comment.