Skip to content

Commit b1e11af

Browse files
ci(patch): adjust command to create file used on deploy
1 parent b0f6889 commit b1e11af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy-online-serverest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ jobs:
172172
- run: gcloud config set project serverest
173173
- name: Create flag file used by Gcloud Run Deploy
174174
run: |
175-
echo " --update-env-vars:\n DD_TAGS: git.commit.sha:${{ github.sha }},git.repository_url:github.com/ServeRest/ServeRest" > gcloud-flags.yaml
175+
printf " --update-env-vars:\n DD_TAGS: git.commit.sha:${{ github.sha }},git.repository_url:github.com/ServeRest/ServeRest" > gcloud-flags.yaml
176176
- name: Deploy container image to 'production' environment
177177
run: |
178178
gcloud run \
@@ -232,7 +232,7 @@ jobs:
232232
- run: gcloud config set project serverest
233233
- name: Create flag file used by Gcloud Run Deploy
234234
run: |
235-
echo " --update-env-vars:\n DD_TAGS: git.commit.sha:${{ github.sha }},git.repository_url:github.com/ServeRest/ServeRest" > gcloud-flags.yaml
235+
printf " --update-env-vars:\n DD_TAGS: git.commit.sha:${{ github.sha }},git.repository_url:github.com/ServeRest/ServeRest" > gcloud-flags.yaml
236236
- name: Deploy container image to 'compassuol' environment
237237
run: |
238238
gcloud run \

0 commit comments

Comments
 (0)