mirror of
https://github.com/orbien-org/orbien.git
synced 2026-09-22 08:01:32 +00:00
7 lines
104 B
Bash
Executable File
7 lines
104 B
Bash
Executable File
#!/usr/bin/env bash
|
|
set -euo pipefail
|
|
cd "$(dirname "$0")"
|
|
|
|
pnpm run clear
|
|
USE_SSH=true pnpm run deploy
|