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