Skip to content

Instantly share code, notes, and snippets.

@Blackmist
Created May 15, 2013 19:17
Show Gist options
  • Save Blackmist/5586544 to your computer and use it in GitHub Desktop.
Save Blackmist/5586544 to your computer and use it in GitHub Desktop.
ftpdeploy section of gruntfile
'ftp-deploy': {
build: {
auth: {
host: "waws-prod-blah-001.ftp.azurewebsites.windows.net",
port: 21,
authKey: 'key1'
},
src: 'dist',
dest: '/site/wwwroot'
}
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment