diff --git a/website/src/data/showcase/ocpeasy.png b/website/src/data/showcase/ocpeasy.png new file mode 100644 index 0000000000..cb61249424 Binary files /dev/null and b/website/src/data/showcase/ocpeasy.png differ diff --git a/website/src/data/users.js b/website/src/data/users.js index 426d75fe44..0a5e0b3e62 100644 --- a/website/src/data/users.js +++ b/website/src/data/users.js @@ -420,6 +420,14 @@ const users = [ source: 'https://github.com/miroiu/nodify', tags: ['design'], }, + { + title: 'OCPeasy', + description: 'Open-source software provisioning, configuration management, and application-deployment tool enabling infrastructure as code on OpenShift.', + preview: require('./showcase/ocpeasy.png'), + website: 'https://www.ocpeasy.org', + source: 'https://github.com/ocpeasy/website', + tags: ['design'], + }, { title: 'Oxidizer', description: 'A Rust ORM based on tokio-postgres and refinery',