From 1f58df13b7265e10fa1a83a565adf1a3159a37c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Fr=C3=A9mont?= Date: Thu, 27 Feb 2020 09:58:11 +0100 Subject: [PATCH] Recipe for mobizel/symfony-capistrano package --- mobizel/symfony-capistrano/0.2/manifest.json | 7 +++++++ mobizel/symfony-capistrano/0.2/post-install.txt | 7 +++++++ 2 files changed, 14 insertions(+) create mode 100644 mobizel/symfony-capistrano/0.2/manifest.json create mode 100644 mobizel/symfony-capistrano/0.2/post-install.txt diff --git a/mobizel/symfony-capistrano/0.2/manifest.json b/mobizel/symfony-capistrano/0.2/manifest.json new file mode 100644 index 00000000..53bcbbbb --- /dev/null +++ b/mobizel/symfony-capistrano/0.2/manifest.json @@ -0,0 +1,7 @@ +{ + "copy-from-package": { + "Capfile": "Capfile", + "Gemfile": "Gemfile", + "etc/": "etc/" + } +} diff --git a/mobizel/symfony-capistrano/0.2/post-install.txt b/mobizel/symfony-capistrano/0.2/post-install.txt new file mode 100644 index 00000000..4aa003f4 --- /dev/null +++ b/mobizel/symfony-capistrano/0.2/post-install.txt @@ -0,0 +1,7 @@ + + What's next? + + +Please update etc/capistrano/deploy.rb, etc/capistrano/deploy/staging.rb and etc/capistrano/deploy/production.rb to accurately reflect your needs. + +* Read the capistrano symfony documentation at https://github.com/capistrano/symfony