spec/fixtures/integration/ruby/deploy/d.script.sh in vx-builder-0.2.2 vs spec/fixtures/integration/ruby/deploy/d.script.sh in vx-builder-0.3.0
- old
+ new
@@ -1,4 +1,8 @@
-# deploy
+# script
echo \$\ cap\ staging\ deploy
-cap staging deploy
+cap staging deploy
+
+# after success
+echo \$\ echo\ after\ deploy
+echo after deploy
\ No newline at end of file