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_PORT=3001
|
||||
PAYLOAD_SECRET=supersecretkey
|
||||
|
5
.github/workflows/payload.yml
vendored
5
.github/workflows/payload.yml
vendored
@ -15,9 +15,10 @@ jobs:
|
||||
key: ${{ secrets.KEY }}
|
||||
script: |
|
||||
if [ -d ${{ secrets.PATH }} ]; then
|
||||
echo "Directory exists"
|
||||
cd ${{ secrets.PATH }}
|
||||
git pull
|
||||
else
|
||||
mkdir ${{ secrets.PATH }}
|
||||
cd ${{ secrets.PATH }}
|
||||
git clone https://github.com/mooxl/astroad
|
||||
git clone -b prod https://github.com/mooxl/astroad .
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user