Skip to content

Commit

Permalink
Fix testnet deployment (#50)
Browse files Browse the repository at this point in the history
* chors: Update deployment setting for testnet

* bug: fix db file creation

* bug: fix echo flag
  • Loading branch information
shuse2 authored May 15, 2024
1 parent ebf018b commit 62274f6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ jobs:
id: login-ecr
uses: aws-actions/amazon-ecr-login@62f4f872db3836360b72999f4b87f1ff13310f3a

- name: Create Password file
run: |
echo -n ${{ secrets.DB_PASSWORD }} > ./packages/claim-backend/db_password.txt
- name: Setup docker image
id: docker-image
run: |
Expand Down

0 comments on commit 62274f6

Please sign in to comment.