Skip to content

Commit

Permalink
does this work yet?
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandramartinez committed May 1, 2024
1 parent 74de693 commit a978f5c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>4500658a-7637-4fcf-bc7d-51d1feb28edb</groupId> <!-- make sure to add your business group ID here -->
<artifactId>github-actions</artifactId>
<version>1.0.7</version> <!-- this has to change EVERY TIME you want to re-deploy -->
<version>1.0.8</version> <!-- this has to change EVERY TIME you want to re-deploy -->
<packaging>mule-application</packaging>
<name>github-actions</name>
<properties>
Expand Down Expand Up @@ -38,6 +38,7 @@
<target>${region}</target>
<server>${serverId}</server> <!-- this is where our credentials will be stored -->
<applicationName>${project.artifactId}</applicationName>
<releaseChannel>LTS</releaseChannel>
<replicas>1</replicas>
<vCores>0.1</vCores>
<deploymentSettings>
Expand Down

0 comments on commit a978f5c

Please sign in to comment.