aboutsummaryrefslogtreecommitdiff
path: root/Deployment.md
diff options
context:
space:
mode:
authorJuan J. Martinez <jjm@usebox.net>2023-06-21 21:03:09 +0100
committerJuan J. Martinez <jjm@usebox.net>2023-06-21 21:03:09 +0100
commit12a7d32057e621dd0a0678036707a118c55318e7 (patch)
tree25b7175045ff9cdd95fc437292ac8c55dfb8b004 /Deployment.md
parent03d866dfd433e5b4d827852d8f0d1c771ff0febc (diff)
downloadspacebeans-12a7d32057e621dd0a0678036707a118c55318e7.tar.gz
spacebeans-12a7d32057e621dd0a0678036707a118c55318e7.zip
Moving out of GitLab
Diffstat (limited to 'Deployment.md')
-rw-r--r--Deployment.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/Deployment.md b/Deployment.md
index 4f3aea9..d9aa974 100644
--- a/Deployment.md
+++ b/Deployment.md
@@ -30,7 +30,7 @@ adduser --quiet \
```
mkdir -p /opt/spacebeans
cd /opt/spacebeans
-# get the URL to the latest JAR from https://gitlab.com/reidrac/spacebeans/-/releases
+# get the URL to the latest JAR from https://www.usebox.net/jjm/spacebeans/releases
wget URL/spacebeans-VERSION.jar
```