mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-22 09:56:21 +00:00
deploy: copiar las credenciales
This commit is contained in:
parent
11b945721e
commit
282559acbc
1 changed files with 1 additions and 0 deletions
|
@ -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/.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 Gemfile
|
||||||
COPY --from=build --chown=app:www-data /home/app/sutty/Gemfile.lock Gemfile.lock
|
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
|
# Volver a root para cerrar la compilación
|
||||||
USER root
|
USER root
|
||||||
|
|
Loading…
Reference in a new issue