Skip to content

Instantly share code, notes, and snippets.

@arifnd
Created August 15, 2023 02:13
Show Gist options
  • Select an option

  • Save arifnd/79748e7e64ece1f7170fcaad79c9db32 to your computer and use it in GitHub Desktop.

Select an option

Save arifnd/79748e7e64ece1f7170fcaad79c9db32 to your computer and use it in GitHub Desktop.
deployer
import:
- recipe/laravel.php
config:
repository: 'git@github.com:user/repo.git'
branch: main
shared_files:
- '.env'
writable_mode: chmod
writable_recursive: true
writable_chmod_mode: '0775'
keep_releases: 5
hosts:
production:
hostname: vps.example.com
remote_user: user
deploy_path: '~/htdocs'
port: 22
tasks:
build:
- run: uptime
git:push:
- runLocally: git push origin {{branch}}
after:
deploy:failed: deploy:unlock
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment