test
Signed-off-by: Max Schmidt <max.schmidt@outlook.de>
This commit is contained in:
parent
db74add82b
commit
51820b5794
1
.env.dev
1
.env.dev
@ -1,3 +1,4 @@
|
|||||||
|
ASTRO_URL=http://localhost:3000
|
||||||
PAYLOAD_URL=http://localhost:3001
|
PAYLOAD_URL=http://localhost:3001
|
||||||
PAYLOAD_PORT=3001
|
PAYLOAD_PORT=3001
|
||||||
PAYLOAD_SECRET=supersecretkey
|
PAYLOAD_SECRET=supersecretkey
|
||||||
|
5
.github/workflows/payload.yml
vendored
5
.github/workflows/payload.yml
vendored
@ -15,9 +15,10 @@ jobs:
|
|||||||
key: ${{ secrets.KEY }}
|
key: ${{ secrets.KEY }}
|
||||||
script: |
|
script: |
|
||||||
if [ -d ${{ secrets.PATH }} ]; then
|
if [ -d ${{ secrets.PATH }} ]; then
|
||||||
echo "Directory exists"
|
cd ${{ secrets.PATH }}
|
||||||
|
git pull
|
||||||
else
|
else
|
||||||
mkdir ${{ secrets.PATH }}
|
mkdir ${{ secrets.PATH }}
|
||||||
cd ${{ secrets.PATH }}
|
cd ${{ secrets.PATH }}
|
||||||
git clone https://github.com/mooxl/astroad
|
git clone -b prod https://github.com/mooxl/astroad .
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user