could this be it?

This commit is contained in:
Andre Medeiros 2022-05-21 11:36:54 -04:00
parent e1c5a8bc8a
commit 04d2550c11

View file

@ -78,6 +78,7 @@ services:
# Notifications # Notifications
- type: worker - type: worker
name: worker.notifications name: worker.notifications
env: go
plan: starter plus plan: starter plus
envVars: envVars:
- fromGroup: env-settings - fromGroup: env-settings
@ -97,6 +98,7 @@ services:
# Stuck Notifications Checker # Stuck Notifications Checker
- type: worker - type: worker
name: worker.notifications.stuck name: worker.notifications.stuck
env: go
plan: starter plus plan: starter plus
envVars: envVars:
- fromGroup: env-settings - fromGroup: env-settings
@ -116,6 +118,7 @@ services:
# Scheduler # Scheduler
- type: worker - type: worker
name: app.scheduler name: app.scheduler
env: go
plan: starter plan: starter
envVars: envVars:
- fromGroup: env-settings - fromGroup: env-settings
@ -131,6 +134,7 @@ services:
# User Watcher # User Watcher
- type: worker - type: worker
name: worker.watcher.users name: worker.watcher.users
env: go
plan: starter plan: starter
envVars: envVars:
- fromGroup: env-settings - fromGroup: env-settings
@ -146,6 +150,7 @@ services:
# Subreddit Watcher # Subreddit Watcher
- type: worker - type: worker
name: worker.watcher.subreddits name: worker.watcher.subreddits
env: go
plan: starter plus plan: starter plus
envVars: envVars:
- fromGroup: env-settings - fromGroup: env-settings
@ -165,6 +170,7 @@ services:
# Trending Posts Watcher # Trending Posts Watcher
- type: worker - type: worker
name: worker.watcher.trending name: worker.watcher.trending
env: go
plan: starter plus plan: starter plus
envVars: envVars:
- fromGroup: env-settings - fromGroup: env-settings
@ -182,7 +188,7 @@ services:
autoDeploy: false autoDeploy: false
envVarGroups: envVarGroups:
# Environmnet # Environment
- name: env-settings - name: env-settings
envVars: envVars:
- key: APPLE_KEY_ID - key: APPLE_KEY_ID