Environment Variable | MapleDeploy

Shared Variables for {{ $project->name }}/{{ $environment->name }}

@can('update', $environment) @endcan {{ $view === 'normal' ? 'Developer view' : 'Normal view' }}
You can use these variables anywhere with @{{ environment.VARIABLENAME }}
@if ($view === 'normal')
@forelse ($environment->environment_variables->sort()->sortBy('key') as $env) @empty
No environment variables found.
@endforelse
@else
Save All Environment Variables
@endif