Set GIT_DEPTH=0 for dokku deployment

This commit is contained in:
Alex Gleason 2022-08-05 14:59:25 -05:00
parent 9019550a27
commit 5d31b5a9e9
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7

View file

@ -6,6 +6,9 @@ variables: &global_variables
POSTGRES_PASSWORD: postgres
DB_HOST: postgres
MIX_ENV: test
# Needed for Dokku deployment.
# https://github.com/dokku/dokku/issues/2514#issuecomment-616775470
GIT_DEPTH: 0
cache: &global_cache_policy
key: