diff --git a/README.md b/README.md index 3e56473..e89968c 100644 --- a/README.md +++ b/README.md @@ -6,4 +6,12 @@ OSDF Website ```shell docker build -t osdf-website --file dev.Dockerfile . docker run -p 3000:3000 -t osdf-website -``` \ No newline at end of file +``` + +## Deployment + +This website is deployed automatically. + +https://osdf-website.osgdev.chtc.io/ is backed by the latest commit on the main branch + +https://osdf.osg-htc.org is backed by the highest semver tag.