Przeglądaj źródła

Add release script

Cadel Watson 4 miesięcy temu
rodzic
commit
afacf2e742
1 zmienionych plików z 6 dodań i 0 usunięć
  1. 6 0
      update_and_release.sh

+ 6 - 0
update_and_release.sh

@@ -0,0 +1,6 @@
+#!/bin/bash
+
+source server/venv/bin/activate
+pip install -r requirements.txt
+mise exec node@20 -- npm install && mise exec node@20 -- npm run build
+sudo systemctl restart drafter