Configuration
@if (!$application->destination->server->isSwarm())
@endif
@if ($application->build_pack === 'dockercompose' && is_null($application->docker_compose_raw))
Please load a Compose file.
@else
@if (!$application->destination->server->isSwarm())
@endif
@if (!str($application->status)->startsWith('exited'))
@if (!$application->destination->server->isSwarm())
Redeploy
@endif
@if ($application->build_pack !== 'dockercompose')
@if ($application->destination->server->isSwarm())
Update Service
@else
Restart
@endif
@endif
Stop
This application will be stopped.
Please think again.
@else
Deploy
@endif
@endif
@script
@endscript