diff options
| author | LLLL Colonq <llll@colonq> | 2024-03-01 18:39:11 -0500 |
|---|---|---|
| committer | LLLL Colonq <llll@colonq> | 2024-03-01 18:39:11 -0500 |
| commit | 88e2726fc1fc6cec2b9e63526ce4c0a1a04a2e98 (patch) | |
| tree | 94fd56c8c02e422a54d69aa7dec798b7a55d6a2d /fig-frontend-client/deploy.sh | |
| parent | 4a23754fc6515c947e0bbac38cd0e558b701fe2f (diff) | |
Add new frontend
Diffstat (limited to 'fig-frontend-client/deploy.sh')
| -rwxr-xr-x | fig-frontend-client/deploy.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/fig-frontend-client/deploy.sh b/fig-frontend-client/deploy.sh new file mode 100755 index 0000000..f68b833 --- /dev/null +++ b/fig-frontend-client/deploy.sh @@ -0,0 +1,3 @@ +#!/bin/sh +purs-nix bundle +scp -r main.css main.js index.html assets/ pub.colonq.computer:~/public_html |
