Skip to content

Commit

Permalink
Merge pull request #28 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 90fb33f + fbdcbe1 commit f68938e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/deployer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,8 @@ on:
type: choice
options:
- dev
- stg
- prd
default: prd
default: dev
description: Environment
tag:
required: true
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: squid-management-server
deployment-environment: dev stg
deployment-environment: dev
secrets:
QUAY_USERNAME: ${{ secrets.QUAY_USERNAME }}
QUAY_TOKEN: ${{ secrets.QUAY_TOKEN }}

0 comments on commit f68938e

Please sign in to comment.