Skip to content

Commit

Permalink
Deploy 1.0.1
Browse files Browse the repository at this point in the history
This deploys the 1.0.1 version to maven
  • Loading branch information
smaziano authored Sep 22, 2021
1 parent 62a3fdd commit 2e706a8
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/maven-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,19 @@ jobs:

- name: Build with Maven
run: mvn -B package --file pom.xml
env:
MERCHANT_VPOS_TOKEN: ${{ secrets.MERCHANT_VPOS_TOKEN }}
GPO_POS_ID: ${{ secrets.GPO_POS_ID }}
GPO_SUPERVISOR_CARD: ${{ secrets.GPO_SUPERVISOR_CARD }}
PAYMENT_CALLBACK_URL: ${{ secrets.PAYMENT_CALLBACK_URL }}
REFUND_CALLBACK_URL: ${{ secrets.REFUND_CALLBACK_URL }}

- name: Publish to GitHub Packages Apache Maven
run: mvn deploy -s $GITHUB_WORKSPACE/settings.xml
env:
GITHUB_TOKEN: ${{ github.token }}
MERCHANT_VPOS_TOKEN: ${{ secrets.MERCHANT_VPOS_TOKEN }}
GPO_POS_ID: ${{ secrets.GPO_POS_ID }}
GPO_SUPERVISOR_CARD: ${{ secrets.GPO_SUPERVISOR_CARD }}
PAYMENT_CALLBACK_URL: ${{ secrets.PAYMENT_CALLBACK_URL }}
REFUND_CALLBACK_URL: ${{ secrets.REFUND_CALLBACK_URL }}

0 comments on commit 2e706a8

Please sign in to comment.