diff --git a/Goat Movie b/Goat Movie new file mode 100644 index 000000000..60b332759 --- /dev/null +++ b/Goat Movie @@ -0,0 +1,27 @@ +services: + - type: web + plan: free + name: Goat Movies + env: python + buildCommand: pip install -r requirements.txt + startCommand: python3 bot.py + repo: https://github.com/itsyogieu/TechMagazine-AutoFilterBot.git + branch: master + envVars: + - key: BOT_TOKEN + sync: false + - key: API_ID + sync: false + - key: API_HASH + sync: false + - key: ADMINS + sync: false + - key: DATABASE_NAME + sync: false + - key: DATABASE_URI + sync: false + - key: PICS + sync: false + - key: LOG_CHANNEL + sync: false + autoDeploy: true