Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into release/uat-v1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
rf-opssupport committed Jul 29, 2024
2 parents f56dfab + e650409 commit 60d5f5e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/prod-ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,4 +129,4 @@ jobs:
url: 'https://reanfoundation.duplocloud.net/subscriptions/${{ secrets.DUPLO_ID }}/UpdateEcsService'
method: 'POST'
data: '{"TaskDefinition":${{ steps.taskdefintionvar.outputs.task_definition_arn }},"Name": "${{ secrets.SERVICE_NAME }}","Replicas":1, "HealthCheckGracePeriodSeconds": 1200, "DnsPrfx": ""}'
bearerToken: ${{ secrets.DUPLOCLOUD_TOKEN }}
bearerToken: ${{ secrets.DUPLOCLOUD_TOKEN }}
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

FROM node:hydrogen-alpine3.15 AS builder
ADD . /app
RUN apk add bash
Expand All @@ -20,7 +19,6 @@ RUN npm run build

# RUN npm run build


FROM node:hydrogen-alpine3.15
RUN apk add bash
RUN apk add --no-cache \
Expand Down

0 comments on commit 60d5f5e

Please sign in to comment.