Upgrade token to use real bot account
This commit is contained in:
parent
b20064de4c
commit
6530461990
@ -7,7 +7,7 @@ services:
|
|||||||
- source: config-js-prod-v1
|
- source: config-js-prod-v1
|
||||||
target: /usr/src/app/config.js
|
target: /usr/src/app/config.js
|
||||||
secrets:
|
secrets:
|
||||||
- api-token-v1
|
- api-token-v2
|
||||||
healthcheck:
|
healthcheck:
|
||||||
disable: true
|
disable: true
|
||||||
volumes:
|
volumes:
|
||||||
@ -27,5 +27,5 @@ configs:
|
|||||||
template_driver: golang
|
template_driver: golang
|
||||||
|
|
||||||
secrets:
|
secrets:
|
||||||
api-token-v1:
|
api-token-v2:
|
||||||
external: true
|
external: true
|
||||||
|
Reference in New Issue
Block a user