This repository was archived by the owner on May 28, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 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",
You can’t perform that action at this time.
0 commit comments