Capistrano3 で revision を表示する
Published: 2019/2/21
desc 'Show deployed revision'
task :revision do
on primary :app do
execute "cat #{Shellwords.shellescape(current_path)}/REVISION"
end
end
を deploy.rb
に追記したのちに
bundle exec cap production revision
Tags: capistrano
CircleCI で You must use Bundler 2 or greater with this lockfile と言われた場合の対処
Elastic Beanstalk の概要と設定ファイル(e.g. ebextensions)について