Skip to content
This repository has been archived by the owner on Dec 6, 2024. It is now read-only.

Commit

Permalink
Adding job to build devnet image and deploy to ZKSync Production devn…
Browse files Browse the repository at this point in the history
…et Task
  • Loading branch information
Asiya-Yunusa committed Nov 27, 2023
1 parent 4077aba commit 758d28f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/devnet-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
docker push $REGISTRY/$REPOSITORY:devnet-$IMAGE_TAG
outputs:
image-version: ${{ steps.determine-version.outputs.version }}
Deploy_Prod:
Deploy_Dev:
runs-on: ubuntu-latest
needs: Build
steps:
Expand All @@ -84,7 +84,7 @@ jobs:

- name: Download task definition
run: |
aws ecs describe-task-definition --task-definition zksync-remix-production-devnet --query taskDefinition > task-definition.json
aws ecs describe-task-definition --task-definition zksync-remix-development-devnet --query taskDefinition > task-definition.json
- name: Update the task definition to use the image from Docker Hub
id: task-def
Expand Down Expand Up @@ -114,7 +114,7 @@ jobs:

- name: Download task definition
run: |
aws ecs describe-task-definition --task-definition zksync-remix-development-devnet --query taskDefinition > task-definition.json
aws ecs describe-task-definition --task-definition zksync-remix-production-devnet --query taskDefinition > task-definition.json
- name: Update the task definition to use the image from Docker Hub
id: task-def
Expand Down

0 comments on commit 758d28f

Please sign in to comment.