Skip to content

Commit

Permalink
Update deploy-bdjuno-public-testnet.yml
Browse files Browse the repository at this point in the history
added debug output
  • Loading branch information
beb4now authored May 24, 2024
1 parent a565a31 commit a4a25c9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy-bdjuno-public-testnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ jobs:
crypto_compare_free_api_key: \${{ secrets.CRYPTO_COMPARE_FREE_API_KEY }}
EOF
chmod 644 bdjuno/config.yaml
cat bdjuno/config.yaml
- name: Setup .env for Hasura
run: |
Expand All @@ -134,6 +135,7 @@ jobs:
CRYPTO_COMPARE_FREE_API_KEY="\${{ secrets.CRYPTO_COMPARE_FREE_API_KEY }}"
EOF
chmod 644 .env
cat .env
- name: Deploy with Docker Compose
run: |
Expand Down

0 comments on commit a4a25c9

Please sign in to comment.