diff --git a/.github/workflows/ecs_deploy_docker_taskdef.yaml b/.github/workflows/ecs_deploy_docker_taskdef.yaml index d64e7e3..bf711c3 100644 --- a/.github/workflows/ecs_deploy_docker_taskdef.yaml +++ b/.github/workflows/ecs_deploy_docker_taskdef.yaml @@ -38,15 +38,20 @@ jobs: if: ${{ inputs.taskdef_file_script == 'Support/taskdef_template/taskdef_creator.py' }} runs-on: ubuntu-latest steps: - - name: Download Repository Code - uses: actions/download-artifact@v2 - with: - name: bridge-api-services - path: https://github.com/0xPolygon/pipelines/archive/refs/heads/DEVOPS-2732-common-python-module-added.zip + # - name: Download Repository Code + # uses: actions/download-artifact@v2 + # with: + # name: bridge-api-services + # path: https://github.com/0xPolygon/pipelines/archive/refs/heads/DEVOPS-2732-common-python-module-added.zip + + - name: Download Archive + run: | + curl -L https://github.com/0xPolygon/pipelines/archive/refs/heads/DEVOPS-2732-common-python-module-added.zip -o code.zip - name: Extract parent repo code run: | - tar -xzf bridge-api-services.tar.gz 'Support/taskdef_template/' + unzip code.zip + ls -lrt deploy_workflow: name: Deploy ${{ inputs.app_name }}