mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
Merge pull request #2959 from hennevogel/feature/deploy-bundler-config
Share bundler configuration between deploys
This commit is contained in:
commit
6304466696
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ set :branch, OSEM_DEPLOY_BRANCH
|
|||
# Shared dirs and files will be symlinked into the app-folder by the 'deploy:link_shared_paths' step.
|
||||
# Some plugins already add folders to shared_dirs like `mina/rails` add `public/assets`, `vendor/bundle` and many more
|
||||
# run `mina -d` to see all folders and files already included in `shared_dirs` and `shared_files`
|
||||
set :shared_dirs, fetch(:shared_dirs, []).push('public/system')
|
||||
set :shared_dirs, fetch(:shared_dirs, []).push('public/system', '.bundle')
|
||||
set :shared_files, fetch(:shared_files, []).push('.env.production')
|
||||
|
||||
desc "Deploys the current version to the server."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue