Fixed deployment to rename the cloudflare config, but has to run deploy twice

pull/313/head
abawi 8 months ago
parent 82e069402e
commit 06bd2d7195

@ -184,6 +184,12 @@ if [ ! -f "$CREDS_FILE" ]; then
exit 1
fi
# Copy the tunnel ID JSON file to filepizza.json
cp "$CREDENTIALS_DIR/$TUNNEL_ID.json" "$CREDENTIALS_DIR/filepizza.json"
# Run the tunnel with the configuration
echo -e "${GREEN}Setup complete! Running tunnel...${NC}"
# Run the tunnel with the configuration
echo -e "${GREEN}Setup complete! Running tunnel...${NC}"
echo -e "${YELLOW}Your FilePizza server is now accessible at: https://$HOSTNAME${NC}"

Loading…
Cancel
Save