Hi I’ve been trying to sync this blue print here
services:
- type: web
name: aniwatch-api
runtime: docker
repo: https://github.com/ghoshRitesh12/aniwatch-api.git
plan: free
branch: main
envVars:
- key: PORT
value: 4000
But I keep getting failed, invalid repository. Please is there something I’m missing or what ?