Run the formatter
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Luke Murphy 2021-02-15 00:24:35 +01:00
parent e9c3c3e88e
commit ea45139a69
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
--- ---
version: '3.8' version: "3.8"
services: services:
app: app:
@ -24,6 +24,6 @@ services:
- OAUTH_KEY_FILE=/run/secrets/oauth_key - OAUTH_KEY_FILE=/run/secrets/oauth_key
secrets: secrets:
oauth_key: oauth_key:
external: true external: true
name: ${STACK_NAME}_oauth_key_${SECRET_OAUTH_KEY_VERSION} name: ${STACK_NAME}_oauth_key_${SECRET_OAUTH_KEY_VERSION}