Browse Source

Add release script

Cadel Watson 4 tháng trước cách đây
mục cha
commit
afacf2e742
1 tập tin đã thay đổi với 6 bổ sung0 xóa
  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