From 0b02de0a85e2767ccb5fa2993fb008d393c53433 Mon Sep 17 00:00:00 2001 From: Robert Aboukhalil Date: Thu, 15 Aug 2024 08:42:21 -0700 Subject: [PATCH] Update release instructions --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c95adaf..da0168a 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,9 @@ Run `npm run test`. * Build: `npm run build` * Publish package: `npm publish --access public` * Create release in the GitHub repo -* Add to [`biowasm.json`](https://github.com/biowasm/biowasm/blob/main/biowasm.json) and deploy biowasm CDN +* Add to [`biowasm.json`](https://github.com/biowasm/biowasm/blob/main/biowasm.json) +* Deploy biowasm CDN with env=stg, tool=aioli and run biowasm tests to validate that stg tests still pass +* Repeat with env=prd ## Architecture