deployphp/deployer

View on GitHub
docs/recipe/deploy/symlink.md

Summary

Maintainability
Test Coverage
<!-- DO NOT EDIT THIS FILE! -->
<!-- Instead edit recipe/deploy/symlink.php -->
<!-- Then run bin/docgen -->

# Symlink Recipe

```php
require 'recipe/deploy/symlink.php';
```

[Source](/recipe/deploy/symlink.php)


## Configuration
### use_atomic_symlink
[Source](https://github.com/deployphp/deployer/blob/master/recipe/deploy/symlink.php#L5)

Use mv -T if available. Will check automatically.

```php title="Default value"
return commandSupportsOption('mv', '--no-target-directory');
```



## Tasks

### deploy:symlink
[Source](https://github.com/deployphp/deployer/blob/master/recipe/deploy/symlink.php#L10)

Creates symlink to release.