Update site roots
Some checks failed
Build Eleventy Site / build (push) Failing after 1m26s

This commit is contained in:
Devon Campbell 2025-03-03 22:26:10 -05:00
commit cefc6dccba

View file

@ -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