From 2bfd48648a1479ccbf4015d3643b220ae62ee6b8 Mon Sep 17 00:00:00 2001 From: Bohdan Ohorodnii Date: Tue, 7 Nov 2023 12:15:14 +0200 Subject: [PATCH] remove comments --- .github/workflows/devnet-deploy.yml | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/.github/workflows/devnet-deploy.yml b/.github/workflows/devnet-deploy.yml index 45309eec..f259ee17 100644 --- a/.github/workflows/devnet-deploy.yml +++ b/.github/workflows/devnet-deploy.yml @@ -93,19 +93,6 @@ jobs: task-definition: task-definition.json container-name: "devnet" image: ${{ env.REGISTRY }}/${{ env.REPOSITORY }}:devnet-${{ needs.Build.outputs.image-version }} -# - name: Fill in the new image ID in the Amazon ECS task definition -# id: task-def -# uses: aws-actions/amazon-ecs-render-task-definition@v1 -# with: -# task-definition: task-definition.json -# container-name: "rocket" -# image: ${{ env.REGISTRY }}/${{ env.REPOSITORY }}:apiserver-${{ needs.Build.outputs.image-version }} #${{ github.run_number }} -# # inject the expected React package URL for CORS logic -# environment-variables: | -# RUST_LOG=INFO -# VITE_URL=https://zksync-plugin.nethermind.dev -# PROMTAIL_USERNAME=${{secrets.PROMTAIL_USERNAME}} -# PROMTAIL_PASSWORD=${{secrets.PROMTAIL_PASSWORD}} - name: Deploy Amazon ECS task definition uses: aws-actions/amazon-ecs-deploy-task-definition@v1 with: