Update project to use new Gitea server.

This commit is contained in:
2025-01-03 07:59:46 -07:00
parent c2667399ea
commit 486cd7cf21
3 changed files with 3 additions and 3 deletions

View File

@ -17,7 +17,7 @@ RUN npm install
# Install + Run Website
CMD cd /var/www/api && \
rm -rfv pages main.js run.sh && \
git clone https://github.com/Hyperling/Website website && \
git clone https://git.hyperling.com/me/nodejs-website website && \
rm -rfv website/files && \
mv -v website/* ./ && \
rm -rfv website && \