Skip to content

Commit

Permalink
Update test file for Envoy section
Browse files Browse the repository at this point in the history
  • Loading branch information
onecentlin committed Feb 20, 2018
1 parent 5c70803 commit 1a86dfa
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions tests/test.blade.php
Expand Up @@ -267,3 +267,24 @@

{{ __('messages.welcome') }}
@lang('messages.welcome')


{{-- Envoy --}}

@setup
require __DIR__.'/vendor/autoload.php';
$dotenv = new Dotenv\Dotenv(__DIR__);
@endsetup

@servers(['web' => $server])

@task('init')
if [ ! -d {{ $path }}/current ]; then
cd {{ $path }}
@endtask

@story('deploy')
deployment_start
deployment_composer
deployment_finish
@endstory

0 comments on commit 1a86dfa

Please sign in to comment.