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