Skip to content

Commit c9ff775

Browse files
ci(patch): adjust command to create file used on deploy
1 parent 9e34224 commit c9ff775

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
- run: gcloud config set project serverest
8080
- name: Create flag file used by Gcloud Run Deploy
8181
run: |
82-
echo " --update-env-vars:\n DD_TAGS: git.commit.sha:${{ github.sha }},git.repository_url:github.com/ServeRest/ServeRest" > gcloud-flags.yaml
82+
printf " --update-env-vars:\n DD_TAGS: git.commit.sha:${{ github.sha }},git.repository_url:github.com/ServeRest/ServeRest" > gcloud-flags.yaml
8383
- name: Deploy container image to 'staging' environment
8484
run: |
8585
gcloud run \

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,4 @@ tmp/
2222
*.tmp
2323
*.swp
2424
*.tgz
25+
gcloud-flags.yaml

0 commit comments

Comments
 (0)