Skip to content

fix: Scene deployments events have the user address inside the metada… #86

fix: Scene deployments events have the user address inside the metada…

fix: Scene deployments events have the user address inside the metada… #86

Workflow file for this run

name: CI/CD on main branch
on:
push:
branches:
- "main"
jobs:
badges-processor-deployment:
uses: decentraland/platform-actions/.github/workflows/apps-docker-next.yml@main
with:
service-name: badges-processor
image-name: badges
deployment-environment: dev
secrets: inherit
badges-api-deployment:
uses: decentraland/platform-actions/.github/workflows/apps-docker-next.yml@main
with:
service-name: badges-api
image-name: badges
deployment-environment: dev
secrets: inherit