This commit is contained in:
parent
5816f68410
commit
cefc6dccba
1 changed files with 2 additions and 2 deletions
|
|
@ -28,10 +28,10 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
if [ "${{ github.ref }}" == "refs/heads/main" ]; then
|
if [ "${{ github.ref }}" == "refs/heads/main" ]; then
|
||||||
echo "Deploying production..."
|
echo "Deploying production..."
|
||||||
mv dist/* /media/Media/apps/personal-site/prod/
|
mv dist/* /media/Media/sites/devon.lol
|
||||||
echo "Running webmention..."
|
echo "Running webmention..."
|
||||||
webmention dist/feed.xml --send
|
webmention dist/feed.xml --send
|
||||||
else
|
else
|
||||||
echo "Deploying staging..."
|
echo "Deploying staging..."
|
||||||
mv dist/* /media/Media/apps/personal-site/staging/
|
mv dist/* /media/Media/sites/staging.devon.lol
|
||||||
fi
|
fi
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue