Skip to content

Deploy: save deployed files in dotenv variable instead of dedicated file

Tim Jaacks requested to merge save-deployed-files-in-dotenv-variable into master

Previously the deployed files were stored in a dedicated text file called files.txt. Move this information to a dotenv variable called FILES, so that we don't need special handling for it in the Confluence stage.

Merge request reports