Skip to content

Commit

Permalink
Add deployment info to README
Browse files Browse the repository at this point in the history
  • Loading branch information
CannonLock committed Nov 21, 2024
1 parent d0cd5ed commit a74ef9b
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,12 @@ OSDF Website
```shell
docker build -t osdf-website --file dev.Dockerfile .
docker run -p 3000:3000 -t osdf-website
```
```

## 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.

0 comments on commit a74ef9b

Please sign in to comment.