We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fd41f0 commit 285e03dCopy full SHA for 285e03d
.github/workflows/ousd.yml
@@ -152,6 +152,7 @@ jobs:
152
name: "Deploy App"
153
runs-on: ubuntu-latest
154
needs: [contracts-lint, dapp-lint]
155
+ environment: ${{github.ref_name}}
156
env:
157
HEROKU_TOKEN: ${{ secrets.HEROKU_TOKEN }}
158
CURR_BRANCH: ${{ github.ref_name }}
@@ -166,6 +167,7 @@ jobs:
166
167
uses: docker/setup-buildx-action@v2
168
169
- name: Run Docker Login
170
+ if: ${{ contains(fromJSON('["staging", "stable"]'), github.ref_name) }}
171
run: docker login --username =_ --password=$HEROKU_TOKEN registry.heroku.com
172
173
- name: Identify Heroku App Name
0 commit comments