Skip to content

Instantly share code, notes, and snippets.

@joebui
Created May 5, 2019 16:04
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
version: "2"
syncs:
app-code-sync:
# Source directory
src: '.'
# This will exclude the files/folders you specify.
sync_excludes: [
'.git'
]
sync_host_ip: '127.0.0.1'
sync_host_port: 10872
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment