Skip to content

Update metadata and icons (#1) #3

Update metadata and icons (#1)

Update metadata and icons (#1) #3

Workflow file for this run

name: integration
on:
push:
branches: [ main ]
jobs:
publish:
uses: aeternity/github-actions/.github/workflows/[email protected]
secrets: inherit
with:
DOCKERHUB_REPO: "aeternity/${{ github.event.repository.name }}"
deploy:
uses: aeternity/github-actions/.github/workflows/[email protected]
needs: [publish]
secrets: inherit
with:
DEPLOY_ENV: stg
DEPLOY_APP: "${{ github.event.repository.name }}"
DEPLOY_VERSION: main
DEPLOY_SUBDOMAIN: "bridge"