Project Variable | MapleDeploy

Shared Variables for {{ data_get($project, 'name') }}

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