Skip to content

Commit

Permalink
Update CI actions for aurora
Browse files Browse the repository at this point in the history
  • Loading branch information
plcplc committed Dec 11, 2023
1 parent c1adfb1 commit 2c0bd58
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/cargo-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -127,9 +127,13 @@ jobs:
AURORA_CONNECTION_STRING: ${{ secrets.AURORA_CONNECTION_STRING }}
run: |
# take connection string from env, create deployment file with it
cat static/aurora/chinook-deployment-template.json \
cat static/aurora/v1-chinook-deployment-template.json \
| jq '.connectionUri={"uri":{"value":(env | .AURORA_CONNECTION_STRING)}}' \
> static/aurora/chinook-deployment.json
> static/aurora/v1-chinook-deployment.json
cat static/aurora/v2-chinook-deployment-template.json \
| jq '.connectionUri={"uri":{"value":(env | .AURORA_CONNECTION_STRING)}}' \
> static/aurora/v2-chinook-deployment.json
- name: install tools
run: |
Expand Down

0 comments on commit 2c0bd58

Please sign in to comment.