Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create goat movie #4

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 27 additions & 0 deletions goat movie
Original file line number Diff line number Diff line change
@@ -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/TechMagazineAutoFilterBot.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