Skip to content

Instantly share code, notes, and snippets.

@wowaTYPO3
Created February 25, 2025 15:41
Show Gist options
  • Save wowaTYPO3/5c7453fe515af8d23fab5da7da05b120 to your computer and use it in GitHub Desktop.
Save wowaTYPO3/5c7453fe515af8d23fab5da7da05b120 to your computer and use it in GitHub Desktop.
hosts:
production:
hostname: 'IP'
remote_user: 'USERNAME'
port: 22
deploy_path: '/home/www/projekt/production'
staging:
hostname: 'IP'
remote_user: 'USERNAME'
port: 22
deploy_path: '/home/www/projekt/staging'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment