Skip to content

Commit 10295d0

Browse files
committed
Add PS environment for branch new-directory-structure
1 parent 96f156c commit 10295d0

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed
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="new-directory-structure"
9+
echo "::set-output name=BRANCH_NAME::new-directory-structure"
10+
11+
export DEPLOY_REQUEST_NUMBER="2"
12+
echo "::set-output name=DEPLOY_REQUEST_NUMBER::2"
13+
14+
export DEPLOY_REQUEST_URL="https://app.planetscale.com/jonico/matrix-demos-jonico/deploy-requests/2"
15+
echo "::set-output name=DEPLOY_REQUEST_URL::https://app.planetscale.com/jonico/matrix-demos-jonico/deploy-requests/2"
16+
17+
export BRANCH_URL="https://app.planetscale.com/jonico/matrix-demos-jonico/new-directory-structure"
18+
echo "::set-output name=BRANCH_URL::https://app.planetscale.com/jonico/matrix-demos-jonico/new-directory-structure"
19+

0 commit comments

Comments
 (0)