reinstate default aer user

This commit is contained in:
Tom Broughton 2023-10-30 09:33:23 +00:00
parent 3ad319cda6
commit bebeb94678
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -12,7 +12,7 @@
"allowed_ips": ["18.130.190.183"]
},
"user": {
"name": null,
"name": aer,
"password": null,
"privatekey": null,
"overridebasic": false