Skip to content
This repository was archived by the owner on May 28, 2023. It is now read-only.

Commit 66c700b

Browse files
author
byakku
authored
Update deploy.yml
1 parent b333d1c commit 66c700b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
- name: Deploy on demo.europe-west1.gcp.storefrontcloud.io
5858
if: github.ref == 'refs/heads/master'
5959
run: |
60-
if curl -s -H 'X-User-Id: ${{ secrets.DEPLOYMENT_USER }}' -H 'X-Api-Key: ${{ secrets.DEPLOYMENT_PASSWORD }}' -H 'Content-Type: application/json' -X POST -d '
60+
if curl -s -H 'X-User-Id: ${{ secrets.CLOUD_USERNAME }}' -H 'X-Api-Key: ${{ secrets.CLOUD_PASSWORD }}' -H 'Content-Type: application/json' -X POST -d '
6161
{
6262
"code":"demo",
6363
"region":"europe-west1.gcp",
@@ -107,7 +107,7 @@ jobs:
107107
- name: Deploy on test.europe-west1.gcp.storefrontcloud.io
108108
if: github.ref == 'refs/heads/develop'
109109
run: |
110-
if curl -s -H 'X-User-Id: ${{ secrets.DEPLOYMENT_USER }}' -H 'X-Api-Key: ${{ secrets.DEPLOYMENT_PASSWORD }}' -H 'Content-Type: application/json' -X POST -d '
110+
if curl -s -H 'X-User-Id: ${{ secrets.CLOUD_USERNAME }}' -H 'X-Api-Key: ${{ secrets.CLOUD_PASSWORD }}' -H 'Content-Type: application/json' -X POST -d '
111111
{
112112
"code":"test",
113113
"region":"europe-west1.gcp",

0 commit comments

Comments
 (0)