aboutsummaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorRichard van der Hoff <richard@matrix.org>2018-06-22 13:58:48 +0100
committerRichard van der Hoff <richard@matrix.org>2018-06-22 13:58:48 +0100
commit6d86835421c79a61d893f7709b6509b8d63847f4 (patch)
tree349eea9377d3f6d4444f64782aaa7d648692dcce /README.rst
parent62b576b903f3794658d95a8957a489cf442c9c11 (diff)
Update releasing instructions
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index 768d47b..4f33c00 100644
--- a/README.rst
+++ b/README.rst
@@ -78,7 +78,7 @@ by convention), and merge back to master once the release is complete.
npm pack javascript
VERSION=x.y.z
- scp olm-$VERSION.tgz packages@ldc-prd-matrix-001:/sites/matrix/packages/npm/olm/
+ scp olm-$VERSION.tgz packages@ares.matrix.org:packages/npm/olm/
git tag $VERSION -s
git push --tags