Skip to content

Commit

Permalink
implement re-usable workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
BarryBoot committed Oct 8, 2023
1 parent a0ad4f0 commit 77a4020
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ on:
- pipeline-test
env:
DEPLOYMENT: a-block-io
REGISTRY: ${{ vars.REGISTRY }}
REPOSITORY: ${{ vars.REPOSITORY }}

permissions:
contents: read
Expand All @@ -22,11 +20,12 @@ jobs:
deploy:
uses: ablockofficial/platform/.github/workflows/deploy.yml@main
secrets: inherit
needs: build
with:
REGION: ${{ vars.REGION }}
PROJECT_ID: ${{ vars.PROJECT_ID }}
CLUSTER_NAME: ${{ vars.CLUSTER_NAME }}
DEPLOYMENT: $DEPLOYMENT
DEPLOYMENT: ${{ env.DEPLOYMENT }}

# sign:
# name: Sign latest built image
Expand Down

0 comments on commit 77a4020

Please sign in to comment.