Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/ousd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ jobs:
name: "Deploy App"
runs-on: ubuntu-latest
needs: [contracts-lint, dapp-lint]
environment: ${{github.ref_name}}
env:
HEROKU_TOKEN: ${{ secrets.HEROKU_TOKEN }}
CURR_BRANCH: ${{ github.ref_name }}
Expand All @@ -166,6 +167,7 @@ jobs:
uses: docker/setup-buildx-action@v2

- name: Run Docker Login
if: ${{ contains(fromJSON('["staging", "stable"]'), github.ref_name) }}
run: docker login --username =_ --password=$HEROKU_TOKEN registry.heroku.com

- name: Identify Heroku App Name
Expand Down