change api url

This commit is contained in:
john 2025-06-17 09:58:24 +02:00
parent 1fc52a16b9
commit c0d08897c1

View file

@ -8,8 +8,7 @@ USERNAME="johnbotris"
IMAGE_NAME="femto-webapp" IMAGE_NAME="femto-webapp"
# Add this before the docker build line # Add this before the docker build line
export VITE_API_URL="https://femto-api.botris.social" export VITE_API_URL="https://api.botris.social"
# Step 0: Ensure clean working directory # Step 0: Ensure clean working directory
if [[ -n $(git status --porcelain) ]]; then if [[ -n $(git status --porcelain) ]]; then