Skip to content

Commit

Permalink
Merge pull request #37 from hollow-leaf/fix/backend_fix_deplyo
Browse files Browse the repository at this point in the history
fix: deploy yaml add PKI, ADDRESS
  • Loading branch information
LinXJ1204 authored Aug 29, 2023
2 parents 517e4d8 + 5abf8a3 commit fe98e7c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 35,034 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ jobs:
echo FG_TOKEN=${{secrets.FG_TOKEN}} >> ./apps/backend/.env
echo INFURA_API_KEY=${{secrets.INFURA_API_KEY}} >> ./apps/backend/.env
echo PK=0x${{secrets.PK}} >> ./apps/backend/.env
echo PKI=${{secrets.PK}} >> ./apps/backend/.env
echo ADDRESS=${{secrets.ADDRESS}} >> ./apps/backend/.env
- name: Build and Deploy Docker
working-directory: ./apps/backend
Expand Down
Loading

0 comments on commit fe98e7c

Please sign in to comment.