reinstate default aer user
This commit is contained in:
parent
3ad319cda6
commit
bebeb94678
2 changed files with 2 additions and 2 deletions
2
.github/workflows/upload-image.yml
vendored
2
.github/workflows/upload-image.yml
vendored
|
|
@ -28,7 +28,7 @@ jobs:
|
|||
run: |
|
||||
mv app/config.json.sample app/config.json
|
||||
jq --arg pk "$KEY" '.user.privatekey = $pk' app/config.json > app/config.json.tmp && mv app/config.json.tmp app/config.json
|
||||
#jq --arg pwd "$AER_USER_PWD" '.user.password = $pwd' app/config.json > app/config.json.tmp && mv app/config.json.tmp app/config.json
|
||||
jq --arg pwd "$AER_USER_PWD" '.user.password = $pwd' app/config.json > app/config.json.tmp && mv app/config.json.tmp app/config.json
|
||||
- name: Upload image to ECR
|
||||
run: |
|
||||
./image-build-upload.sh
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@
|
|||
"allowed_ips": ["18.130.190.183"]
|
||||
},
|
||||
"user": {
|
||||
"name": null,
|
||||
"name": aer,
|
||||
"password": null,
|
||||
"privatekey": null,
|
||||
"overridebasic": false
|
||||
|
|
|
|||
Loading…
Reference in a new issue