Files
gitbook/deploy.sh
2024-11-14 14:03:03 +01:00

7 lines
165 B
Bash
Executable File

#!/bin/bash
set -o errexit
set -o pipefail
gcloud run deploy gitbook-open-test --source=. --project=getsquad-dev-samy --region=us-central1 --allow-unauthenticated