feat: use wss:// if https

This commit is contained in:
2023-06-13 21:31:06 +02:00
parent d90daa0423
commit 9a064a339e
3 changed files with 43 additions and 2 deletions

View File

@@ -30,3 +30,9 @@ subscribe-ws:
trunk-serve:
trunk serve --address=0.0.0.0 crates/frontend/index.html
deploy-frontend:
trunk build --release --dist=dist crates/frontend/index.html
ssh root@ajb.dk rm -r /var/www/achievements
rsync -avz dist/ root@ajb.dk:/var/www/achievements