Skip to content

Commit ed7d6fe

Browse files
authored
Merge pull request #8 from jonico/happy-half-hour
Add section with community usage examples
2 parents 7f40d8a + 236df1e commit ed7d6fe

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed

.pscale/ps-env-happy-half-hour.sh

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
#!/bin/bash
2+
export ORG_NAME="jonico"
3+
echo "::set-output name=ORG_NAME::jonico"
4+
5+
export DB_NAME="matrix-demos-jonico"
6+
echo "::set-output name=DB_NAME::matrix-demos-jonico"
7+
8+
export BRANCH_NAME="happy-half-hour"
9+
echo "::set-output name=BRANCH_NAME::happy-half-hour"
10+
11+
export DEPLOY_REQUEST_NUMBER="3"
12+
echo "::set-output name=DEPLOY_REQUEST_NUMBER::3"
13+
14+
export DEPLOY_REQUEST_URL="https://app.planetscale.com/jonico/matrix-demos-jonico/deploy-requests/3"
15+
echo "::set-output name=DEPLOY_REQUEST_URL::https://app.planetscale.com/jonico/matrix-demos-jonico/deploy-requests/3"
16+
17+
export BRANCH_URL="https://app.planetscale.com/jonico/matrix-demos-jonico/happy-half-hour"
18+
echo "::set-output name=BRANCH_URL::https://app.planetscale.com/jonico/matrix-demos-jonico/happy-half-hour"
19+

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@ This is a collection of helper scripts around the PlanetScale CLI to synchronous
1313
* [run pscale from a Docker container](https://github.com/jonico/pscale-cli-helper-scripts/blob/main/use-pscale-docker-image.sh) and still use your local config files, service tokens and port forwarding
1414
* [delete databases](https://github.com/jonico/pscale-cli-helper-scripts/blob/main/remove-database.sh)
1515

16+
### Examples from the community how to make use of those pscale workflows
17+
18+
In the [issues section of this repo](https://github.com/jonico/pscale-cli-helper-scripts/issues) you will find examples how to integrate your favorite framework and CI with the pscale workflow examples provided here. If you have our own examples you like to share with the commmunity and get the chance to win some swag, please [add your example here](https://github.com/jonico/pscale-cli-helper-scripts/issues/new/choose).
19+
20+
1621
## Zero-setup Action workflows included :sparkles:
1722

1823
In case you like to see those helper scripts in action without any further manual configuration, just

0 commit comments

Comments
 (0)