testign
This commit is contained in:
parent
a21eac8a37
commit
3d5ea6160b
1 changed files with 2 additions and 0 deletions
2
.github/workflows/upload-image.yml
vendored
2
.github/workflows/upload-image.yml
vendored
|
|
@ -27,6 +27,8 @@ jobs:
|
|||
AER_USER_PWD: ${{ secrets.AER_USER_PWD }}
|
||||
run: |
|
||||
mv app/config.json.sample app/config.json
|
||||
echo "jq --arg pk \"$KEY\" '.user.privatekey = $pk' app/config.json > app/config.json.tmp && mv app/config.json.tmp app/config.json"
|
||||
echo "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 Gatsby publisher image to ECR
|
||||
run: |
|
||||
./image-build-upload.sh
|
||||
|
|
|
|||
Loading…
Reference in a new issue