Skip to content

Commit

Permalink
fix: debug aws region field
Browse files Browse the repository at this point in the history
  • Loading branch information
david-iov committed Feb 14, 2024
1 parent 54cecf8 commit cd7f179
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.boltz.testnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ jobs:
with:
aws-access-key-id: ${{ secrets.BOLTZ_TESTNET_AWS_ACCESS_KEY_ID }}
aws-secret-access-key: ${{ secrets.BOLTZ_TESTNET_AWS_SECRET_ACCESS_KEY }}
aws-region: ${{ secrets.BOLTZ_TESTNET_AWS_REGION }}
aws-region: "us-west-2"

- name: Deploy rif-relay-server on Boltz Testnet
run: |
aws ssm send-command \
--document-name "AWS-RunRemoteScript" \
--instance-ids ""${{ secrets.BOLTZ_TESTNET_EC2_ID }}"" \
--region=${{ secrets.BOLTZ_TESTNET_AWS_REGION }} \
--region="us-west-2" \
--parameters '{"sourceType":["GitHub"],"sourceInfo":["{\"owner\":\"rootstock\", \"repository\":\"ask-devops\", \"path\": \"rif-relay/\", \"tokenInfo\":\"{{ssm-secure:github-token}}\"}"],"commandLine":["deploy-testnet.sh"]}'

0 comments on commit cd7f179

Please sign in to comment.