Skip to content

Commit

Permalink
Merge pull request #53 from valkey-io/main
Browse files Browse the repository at this point in the history
Moves v7.2.5 artifacts to production
  • Loading branch information
stockholmux authored Apr 22, 2024
2 parents 4273281 + 6c6b3fe commit b5baa09
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 18 deletions.
16 changes: 10 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Valkey.io website

This repo contains the source for the valkey.io website. The temporary staging website can be accessed using https://d18m7x5q574jh8.cloudfront.net.
This repo contains the source for the valkey.io website (build scripts, template, blog posts, stylesheets, etc.).
The build integrates content from [`valkey-io/valkey-doc`](https://github.com/valkey-io/valkey-doc) and the commands definitions from [`valkey-io/valkey`](https://github.com/valkey-io/valkey-doc) via [Git submodules](https://github.blog/2016-02-01-working-with-submodules/).

## Contributing

Expand All @@ -10,13 +11,12 @@ We welcome contributions! Please see our [CONTRIBUTING](CONTRIBUTING.md) page to

If you discover potential security issues, see the reporting instructions on our [CONTRIBUTING](CONTRIBUTING.md#security-issue-notifications) page for more information.

## License
This project is licensed under the BSD-3-Clause License.

## Build Locally

This site is built using Jekyll 4.3.2 with Ruby 3.3.0. Other versions may work, but YMMV.

1. Go to the root of the repo
2. Install [Ruby](https://www.ruby-lang.org/en/) and [RVM](https://rvm.io/)
2. Install [Ruby](https://www.ruby-lang.org/en/) and [RVM](https://rvm.io/) (or some other Ruby version switcher, e.g. [chruby](https://github.com/postmodern/chruby))
3. Install [Jekyll](https://jekyllrb.com/)
4. Install dependencies: `bundle install`
5. Build: `bundle exec jekyll serve` for the local server, `bundle exec jekyll build` for one off builds. Either way, the HTML of the site is generated to `/_site`
Expand All @@ -26,4 +26,8 @@ This project is licensed under the BSD-3-Clause License.

1. `docker buildx build -t valkey.io .`
1. `docker run --volume="$PWD:/srv:Z" --workdir=/srv -p 3000:4000 valkey.io:latest`
1. Open browser to `http://localhost:3000/`
1. Open browser to `http://localhost:3000/`

## License

This project is licensed under the BSD-3-Clause License.
3 changes: 2 additions & 1 deletion _includes/release.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ <h3>{{package_manager.name}}:</h3>
{% endif %}
{% endfor %}
{% endif %}
<!-- <h2>Binary Artifacts</h2> -->
<hr />
<h2>Binary Artifacts</h2>
{% for artifact in include.content.artifacts %}
{% for arch in artifact.arch %}
{% capture fname %}{{include.content.artifact_source}}{{include.content.artifact_fname}}-{{include.content.tag}}-{{artifact.distro}}-{{arch}}.tar.gz{% endcapture %}
Expand Down
20 changes: 9 additions & 11 deletions _releases/v7-2-5.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,13 @@ packages:
-
name: EPEL
id: 'valkey'
# artifacts:
# - distro: bionic
# arch:
# - arm64
# - x86_64
# - distro: focal
# arch:
# - arm64
# - x86_64


artifacts:
- distro: bionic
arch:
- arm64
- x86_64
- distro: focal
arch:
- arm64
- x86_64
---

0 comments on commit b5baa09

Please sign in to comment.