|
@@ -71,7 +71,7 @@ jobs:
|
|
platform_tag: 'arm'
|
|
platform_tag: 'arm'
|
|
file: 'joystream-node-armv7.Dockerfile'
|
|
file: 'joystream-node-armv7.Dockerfile'
|
|
env:
|
|
env:
|
|
- STACK_NAME: joystream-ga-docker-${{ github.run_number }}-${{ matrix.platform_tag }}
|
|
|
|
|
|
+ STACK_NAME: build-joystream-node-docker-ga-${{ github.run_number }}-${{ matrix.platform_tag }}
|
|
steps:
|
|
steps:
|
|
- name: Extract branch name
|
|
- name: Extract branch name
|
|
shell: bash
|
|
shell: bash
|
|
@@ -120,7 +120,7 @@ jobs:
|
|
id: deploy_stack
|
|
id: deploy_stack
|
|
with:
|
|
with:
|
|
name: ${{ env.STACK_NAME }}
|
|
name: ${{ env.STACK_NAME }}
|
|
- template: devops/infrastructure/cloudformation/single-instance-docker.yml
|
|
|
|
|
|
+ template: devops/aws/cloudformation/single-instance-docker.yml
|
|
no-fail-on-empty-changeset: '1'
|
|
no-fail-on-empty-changeset: '1'
|
|
parameter-overrides: 'KeyName=${{ env.KEY_NAME }},EC2AMI=ami-00d1ab6b335f217cf,EC2InstanceType=t4g.xlarge'
|
|
parameter-overrides: 'KeyName=${{ env.KEY_NAME }},EC2AMI=ami-00d1ab6b335f217cf,EC2InstanceType=t4g.xlarge'
|
|
if: ${{ steps.compute_image_exists.outputs.image_exists == 1 }}
|
|
if: ${{ steps.compute_image_exists.outputs.image_exists == 1 }}
|
|
@@ -129,7 +129,7 @@ jobs:
|
|
uses: dawidd6/action-ansible-playbook@v2
|
|
uses: dawidd6/action-ansible-playbook@v2
|
|
with:
|
|
with:
|
|
playbook: build-arm64-playbook.yml
|
|
playbook: build-arm64-playbook.yml
|
|
- directory: devops/infrastructure
|
|
|
|
|
|
+ directory: devops/aws
|
|
requirements: requirements.yml
|
|
requirements: requirements.yml
|
|
key: ${{ secrets.SSH_PRIVATE_KEY }}
|
|
key: ${{ secrets.SSH_PRIVATE_KEY }}
|
|
inventory: |
|
|
inventory: |
|