Skip to content
Snippets Groups Projects
aliases.yml.twig 274 B
Newer Older
  • Learn to ignore specific revisions
  • sites:
      {{ projectname }}:
        dev:
          root: '/var/www/html/{{ webRoot }}'
          uri: '{{ projectname }}.docker.localhost:8000'
        live:
    
          root: '{{ live.root }}'
          uri: '{{ live.uri }}'
          remote-host: '{{ live.host }}'
          remote-user: '{{ live.user }}'