deploy: copiar las credenciales

This commit is contained in:
f 2019-07-29 16:42:06 -03:00
parent 11b945721e
commit 282559acbc
No known key found for this signature in database
GPG key ID: 2AE5A13E321F953D

View file

@ -94,6 +94,7 @@ COPY --from=build --chown=app:www-data /home/app/sutty/vendor vendor
COPY --from=build --chown=app:www-data /home/app/sutty/.bundle .bundle
COPY --from=build --chown=app:www-data /home/app/sutty/Gemfile Gemfile
COPY --from=build --chown=app:www-data /home/app/sutty/Gemfile.lock Gemfile.lock
COPY ./config/credentials.yml.enc ./config/credentials.yml.enc
# Volver a root para cerrar la compilación
USER root