Skip to content

Commit

Permalink
Merge pull request #24 from decentraland/chore/remove-stg-env-deploym…
Browse files Browse the repository at this point in the history
…ents

chore: remove stg env deployments
  • Loading branch information
charly-bg authored Dec 3, 2024
2 parents d77b393 + 58af1a1 commit 595fe0a
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/deployer-squid-server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ on:
type: choice
options:
- dev
- stg
- prd
default: dev
description: Environment
Expand All @@ -34,7 +33,6 @@ jobs:
environment: ${{ inputs.deployment-environment }}
steps:
- name: Trigger deployment
id: deploy_from_marketplace-squid-core
uses: decentraland/dcl-deploy-action@main
with:
dockerImage: "quay.io/decentraland/marketplace-squid-core:${{ inputs.tag }}"
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/deployer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ on:
type: choice
options:
- dev
- stg
- prd
default: prd
description: Environment
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
uses: decentraland/actions/.github/workflows/build-quay-main.yml@main
with:
service-name: marketplace-squid-core
deployment-environment: dev stg
deployment-environment: dev
secrets:
QUAY_USERNAME: ${{ secrets.QUAY_USERNAME }}
QUAY_TOKEN: ${{ secrets.QUAY_TOKEN }}

0 comments on commit 595fe0a

Please sign in to comment.