Skip to content

Merge pull request #10 from decentraland/feat/remove-nohup #9

Merge pull request #10 from decentraland/feat/remove-nohup

Merge pull request #10 from decentraland/feat/remove-nohup #9

Workflow file for this run

name: CI/CD on main branch
on:
push:
branches:
- "main"
jobs:
cd:
uses: decentraland/actions/.github/workflows/build-quay-main.yml@main
with:
service-name: marketplace-squid-core
deployment-environment: dev stg
secrets:
QUAY_USERNAME: ${{ secrets.QUAY_USERNAME }}
QUAY_TOKEN: ${{ secrets.QUAY_TOKEN }}