Skip to content

Commit

Permalink
fix: ci order
Browse files Browse the repository at this point in the history
  • Loading branch information
kwiss committed Jan 7, 2024
1 parent 22d5c6f commit cbf1e93
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/solis-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,19 +45,19 @@ jobs:
npm install -g aws-cdk
pnpm install
- name: Change to CDK directory

run: cd aws/cdk-solis-ecs
- name: Install dependencies
run: pnpm install

- name: Read environment variables from file
id: vars
run: |
content=`cat <your-json-file-path>`
STARKNET_APPCHAIN_MESSAGING_ADDRESS_GOERLI=$(echo $content | jq -r '.goerli.messaging')
echo "STARKNET_APPCHAIN_MESSAGING_ADDRESS_GOERLI=$STARKNET_APPCHAIN_MESSAGING_ADDRESS_GOERLI" >> $GITHUB_ENV
- name: Change to CDK directory
run: cd aws/cdk-solis-ecs

- name: Install dependencies
run: pnpm install

- name: Deploy CDK Stack Goerli
env:
STARKNET_NODE_URL: ${{ secrets.STARKNET_NODE_URL_GOERLI }}
Expand Down

0 comments on commit cbf1e93

Please sign in to comment.