Skip to content

Commit

Permalink
Simple ECR deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
ADobrodey committed Jul 14, 2023
1 parent 7ae0014 commit 5d46d8a
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/dev.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Release to dev
on:
push:
branches:
- dev
workflow_dispatch:

permissions:
id-token: write
contents: read

jobs:
build:
uses: Cerebellum-Network/reusable-workflows/.github/workflows/deploy-to-ecr.yaml@master
with:
environment: dev
aws_account_id: ${{ vars.DEV_NETWORK_AWS_ACCOUNT_ID }}
repository: pos-network-node
secrets: inherit

0 comments on commit 5d46d8a

Please sign in to comment.