-
After deploying a war to a tomcat on a remote machine, there are many ssh connections left unclosed. For example, here is the result of ps after such session
``` bash
deploy 10933 0.0 0.1 135520 …
-
Hi
How can I running deploy command without password? I have a deploy user in shudders.
-
In DefaultDeployer, {{ project_dir }} resolves to the local project directory when it is used inside runLocal(). This may be intended behaviour, but it makes it difficult to copy things to the release…
-
With the PR [1195](https://github.com/sul-dlss/libsys-airflow/pull/1195) being merged, the Capistrano Rake tasks for Alembic migration tasks now are making two alembic calls, one each for VMA and Digi…
-
Although the copy.rb script will make the copy into the release directory fast, this time is actually just shifting to the `git reset --hard` command since it will break all the hard links, even for u…
-
When the access rights for a Seed Object change to Dark a given URL should no longer be accessible via swap.stanford.edu. If the rights are made World then any restriction for a given URL should be re…
-
Hi,
I've had a go at putting this into my gemfile which looks like this
``` ruby
gem 'spree', github: 'spree/spree', branch: '2-4-stable'
gem 'spree_gateway', :git => 'https://github.com/spree/spree…
-
I just wanted to briefly sum up what does and does not work when using systemd to start up sidekiq as explained in the Readme. Getting it to work required quite a bit of trial and error and this could…
-
I followed the instructions, set up my app per the README, successfully deployed via capistrano, but I cannot start the server! I have no idea what gives! _rake server:start_ appears to fire up thin…