1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-08-13 13:48:59 +02:00

Test insert script without reset

This commit is contained in:
Gastón Fournier 2025-02-12 15:24:48 +01:00
parent 07aa136e61
commit 9a7708001c
No known key found for this signature in database
GPG Key ID: AF45428626E17A8E

View File

@ -25,8 +25,8 @@ jobs:
justlogin: true
- name: Reset Postgres
run: |
heroku pg:reset DATABASE --app unleash --confirm unleash
sleep 10
# heroku pg:reset DATABASE --app unleash --confirm unleash
# sleep 15
heroku pg:psql DATABASE --app unleash <<EOF
INSERT INTO settings(name, content) VALUES ('license', '{"token": "${{ secrets.TEST_LICENSE }}"}') ON CONFLICT (name) DO UPDATE SET content = EXCLUDED.content;
EOF