Skip to content

Commit

Permalink
fix: indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
david-iov committed Oct 8, 2024
1 parent 96efc69 commit d05c879
Showing 1 changed file with 22 additions and 22 deletions.
44 changes: 22 additions & 22 deletions .github/workflows/deploy.boltz.mainnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,28 +9,28 @@ on:
jobs:
deploy-boltz-mainnet:
runs-on: ubuntu-latest
environment:
name: Boltz-Mainnet
permissions:
id-token: write
contents: read
environment:
name: Boltz-Mainnet
permissions:
id-token: write
contents: read

steps:
- name: Checkout
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
steps:
- name: Checkout
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1

- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@e3dd6a429d7300a6a4c196c26e071d42e0343502 # v4.0.2
with:
role-to-assume: ${{ secrets.BOLTZ_MAINNET_ROLE_ARN }}
aws-region: "${{ secrets.BOLTZ_MAINNET_AWS_REGION }}"
- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@e3dd6a429d7300a6a4c196c26e071d42e0343502 # v4.0.2
with:
role-to-assume: ${{ secrets.BOLTZ_MAINNET_ROLE_ARN }}
aws-region: "${{ secrets.BOLTZ_MAINNET_AWS_REGION }}"

- name: Deploy rif-relay-server on Boltz Mainnet
run: |
aws ssm send-command \
--document-name "boltz-mainnet-deploy" \
--instance-ids "$INSTANCE_ID" \
--document-version '$LATEST'
echo "Deploy sent to EC2 instance"
env:
INSTANCE_ID: ${{ secrets.BOLTZ_MAINNET_INSTANCE_ID }}
- name: Deploy rif-relay-server on Boltz Mainnet
run: |
aws ssm send-command \
--document-name "boltz-mainnet-deploy" \
--instance-ids "$INSTANCE_ID" \
--document-version '$LATEST'
echo "Deploy sent to EC2 instance"
env:
INSTANCE_ID: ${{ secrets.BOLTZ_MAINNET_INSTANCE_ID }}

0 comments on commit d05c879

Please sign in to comment.