Skip to content

Commit

Permalink
Test deployment pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
dincho committed Nov 7, 2023
1 parent bbfa396 commit 5500d81
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,15 @@ jobs:
uses: aeternity/github-actions/.github/workflows/_publish-docker.yml@master
needs: [ validate ]
secrets: inherit
deploy:
uses: aeternity/github-actions/.github/workflows/_deploy-gitops.yml@master
needs: [publish]
secrets: inherit
strategy:
max-parallel: 1
matrix:
flavor: [testnet, mainnet]
with:
DEPLOY_ENV: dev
DEPLOY_APP: "${{ github.event.repository.name }}-${{ matrix.flavor }}"
DEPLOY_VERSION: "pr-${{ github.event.number }}"

0 comments on commit 5500d81

Please sign in to comment.