#!/usr/bin/env bash set -euo pipefail yarn build # hard coded COS path, change to your real bucket/path COS_TARGET="cos://gami-public-1377959011/gami-web" coscli cp .output/public "$COS_TARGET" --recursive