Team Variables | MapleDeploy

Team Shared Variables

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