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

Commit

Permalink
Update auto-api-deploy-dev.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
varex83 authored Sep 16, 2024
1 parent c3598fd commit da1d5e7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/auto-api-deploy-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
- develop
paths:
- 'api/**'
- 'auto-api-deploy-dev.yml'
- '.github/workflows/auto-api-deploy-dev.yml'

permissions:
id-token: write
Expand All @@ -16,8 +16,8 @@ env:
REPOSITORY: "zksync-remix-plugin"
DEV_CLUSTER: "zksync-remix-plugin-dev-ecs-cluster"
DEV_SERVICE_NAME: "rocket-dev-svc"
PROD_CLUSTER: "zksync-remix-plugin-production-ecs-cluster"
PROD_SERVICE_NAME: "rocket-production-svc"
PROD_CLUSTER: "zksync-remix-plugin-prod-ecs-cluster"
PROD_SERVICE_NAME: "rocket-prod-svc"
jobs:
Build:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -137,7 +137,7 @@ jobs:

- name: Download task definition
run: |
aws ecs describe-task-definition --task-definition zksync-remix-production-rocket --query taskDefinition > task-definition.json
aws ecs describe-task-definition --task-definition zksync-remix-prod-rocket --query taskDefinition > task-definition.json
- name: Fill in the new image ID in the Amazon ECS task definition
id: task-def
Expand Down

0 comments on commit da1d5e7

Please sign in to comment.