Skip to content

Instantly share code, notes, and snippets.

@jkutner
Created October 25, 2017 18:37
Show Gist options
  • Save jkutner/1f2963a80fca3c365653ac0ea9fd9d68 to your computer and use it in GitHub Desktop.
Save jkutner/1f2963a80fca3c365653ac0ea9fd9d68 to your computer and use it in GitHub Desktop.
<plugin>
<groupId>com.heroku.sdk</groupId>
<artifactId>heroku-maven-plugin</artifactId>
<version>1.2.0</version>
<executions>
<execution>
<id>app1</id>
<goals>
<goal>deploy</goal>
</goals>
<configuration>
<appName>my-app-2</appName>
</configuration>
</execution>
<execution>
<id>app2</id>
<goals>
<goal>deploy</goal>
</goals>
<configuration>
<appName>my-app-2</appName>
</configuration>
</execution>
</executions>
</plugin>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment