Skip to content

Instantly share code, notes, and snippets.

@dpalomar
Created November 4, 2015 11:38
Show Gist options
  • Save dpalomar/6de3d92cca3f680dd9cf to your computer and use it in GitHub Desktop.
Save dpalomar/6de3d92cca3f680dd9cf to your computer and use it in GitHub Desktop.
Configuracion settings.xml para gh-pages
<settings>
<servers>
<server>
<id>github</id>
<username>changeme</username>
<password>changeme</password>
</server>
</servers>
</settings>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment