capistrano
Here are 191 public repositories matching this topic...
hi there,
Just installed latest versions of shipit packages and here's something new:
Running 'deploy:fetch' task...
Create workspace...
Workspace created: "/var/folders/s0/scv46d414cd28hyzsd5_pcrw0000gn/T/tmp-72206PXTF2WKB77Ro"
Initialize local repository in "/var/folders/s0/scv46d414cd28hyzsd5_pcrw0000gn/T/tmp-72206PXTF2WKB77Ro"
Running "git init" on local.
@ Initialized empty Gi
Ansible role to deploy scripting applications like PHP, Python, Ruby, etc. in a capistrano style
-
Updated
Jan 16, 2020 - HTML
Official Ruby on Rails specific tasks for Capistrano
-
Updated
Jan 13, 2020 - Ruby
Application template for Rails 6 projects; preloaded with best practices for TDD, security, deployment, and developer productivity.
-
Updated
Jan 9, 2020 - Ruby
Dynamically generates Capistrano recipes for Rake tasks
-
Updated
Aug 13, 2019 - Ruby
After running procsd create the services were not starting and I was receiving:
/bin/bash: -c: option requires an argument
It turns out that an argument is missing after the service file is generated. An exec should be added:
ExecStart=/bin/bash -lc 'exec $BINDIR/gunicorn app.wsgi --log-file=- -b 127.0.0.1:$PORT --log-level DEBUG'
It also the same in Foreman. procsd does no
Capistrano plugin which adds a remote rails console and dbconsole
-
Updated
Jun 25, 2019
Right now we only output some error text and return a 0 exit status. This is wrong and we should return a non-zero status code on exit when something goes bad.
[unmaintained] Capistrano tasks for deploying Rails from scratch to Ubuntu 16.04 and 18.04
-
Updated
Jan 9, 2020 - Ruby
Capistrano integration with macOS Notification Center
-
Updated
Sep 10, 2019 - Ruby
themejuice / tj
A lot of the deployment config values are required, but can be given sane defaults. We should add default values to them so that the Juicefile isn't so long. The only thing that is really needed is the repository URL and the stages; pretty much everything else we can add a default value for.
README.md file may have normal lists like this
List item
List item 2
List item 3
Currently editorconfig removes all white space from markdown files also, so double space gets erased and non-bullet lists are broken in project documentation if edited via Sublime Text.
Execute rake tasks on remote servers (Only Capistrano 3+)
-
Updated
Nov 4, 2019 - Ruby
Currently any article on the news tab is published immediately, it would be a nice feature to allow the scheduling of news.
send deploy notification to graphite via capistrano 2.x
-
Updated
Aug 13, 2019 - Ruby
Capistrano plugin that packages git repository locally and uploads it to server
-
Updated
Mar 25, 2019
Server setup for rails 5 / capistrano / puma / mysql / ubuntu 16.04 / ruby 2.4.0
-
Updated
Sep 14, 2019 - Ruby
If container implements HEALTHCHECK, system wants to be able to check for container health before succeeding on deploy.
- If container is found not healthy, deployment should fail
- If container does not support health checks, deployment should not fail
Improve this page
Add a description, image, and links to the capistrano topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the capistrano topic, visit your repo's landing page and select "manage topics."


Important: GitHub issues are for feature requests or bug reports. The Capistrano team recommends you use Stack Overflow for general questions. For more details, please see our contribution policy.
Steps to reproduce
Deploy an application to a remote hos