Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions .pscale/env/ps-env-test-ps-attach-and-update.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
#!/bin/bash
export ORG_NAME="planetscale-demo"
echo "::set-output name=ORG_NAME::planetscale-demo"

export DB_NAME="harry-potter-jonico"
echo "::set-output name=DB_NAME::harry-potter-jonico"

export BRANCH_NAME="test-ps-attach-and-update"
echo "::set-output name=BRANCH_NAME::test-ps-attach-and-update"

export DEPLOY_REQUEST_NUMBER="6"
echo "::set-output name=DEPLOY_REQUEST_NUMBER::6"

export DEPLOY_REQUEST_URL="https://app.planetscale.com/planetscale-demo/harry-potter-jonico/deploy-requests/6"
echo "::set-output name=DEPLOY_REQUEST_URL::https://app.planetscale.com/planetscale-demo/harry-potter-jonico/deploy-requests/6"

export BRANCH_URL="https://app.planetscale.com/planetscale-demo/harry-potter-jonico/test-ps-attach-and-update"
echo "::set-output name=BRANCH_URL::https://app.planetscale.com/planetscale-demo/harry-potter-jonico/test-ps-attach-and-update"

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# PlanetScale Workflow Helper scripts
# PlanetScale Workflow Helper scripts - Test ps-attach

📺 [Recording from live demo at PlanetScale Happy-Half-Hour](https://youtu.be/l3oe7srRUZw?t=610)

Expand Down