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