You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Firstly, thanks for this software, which looks very promising!
I'm trying to configure shipit to deploy our stacks.
I've hosted it with success in Heroku. PG database, redis and scheduler are configured and seem to work.
Github connection is ok.
However our dashboard stays desperately empty. 😢
Webhooks are properly received (we can see them in logs), and responses are ok (200 or 204 depending if the hook is handled or not), but nothing is saved in our database. (all our tables except users, repo and stacks are empty).
No error raised.
I've tried to add a dumb shipit file at the root of one of our repos just to see if anything changes, without any success. I don't see any difference with or without the file (even links, tasks, etc don't show up).
`shipit.yml`
# WIP under tests by #crew_infralinks:
acceptance: https://api-acceptance.alan.comproduction: https://api.alan.comdependencies:
override:
- poetry installci:
require:
- ci/circlecideploy:
override:
- echo "Deploying to production!"
- echo $RUN_MIGRATIONS
- echo $REGIONvariables:
- name: RUN_MIGRATIONStitle: Run database migrations on deploydefault: 1
- name: REGIONtitle: Run a deploy in a given regionselect:
- east
- west
- northtasks:
restart:
action: "Hello World!"description: "Just log a message"steps:
- echo "Hello World!"review:
checklist:
- > Do you know if it is safe to revert the code being shipped? What happens if we need to undo this deploy?
- Has the Docs team been notified of any major changes to the app?
- Is the app stable right now?monitoring:
- image: https://static.alan.com/fr-web/acceptance/0b513158d70643edcc0db7b7c501ee4f5c8390d6/waving.45acf207ff947eec939bc15905482e85.svg
- iframe: https://acceptance.alan.com/
Do you have any idea or hints that can help us?
Thank you.
The text was updated successfully, but these errors were encountered:
mathieutu
changed the title
Shipit setup: dashboard stays "empty"
Shipit setup: dashboard remains "empty"
May 20, 2022
Hi!
Firstly, thanks for this software, which looks very promising!
I'm trying to configure shipit to deploy our stacks.
I've hosted it with success in Heroku. PG database, redis and scheduler are configured and seem to work.
Github connection is ok.
However our dashboard stays desperately empty. 😢
Webhooks are properly received (we can see them in logs), and responses are ok (200 or 204 depending if the hook is handled or not), but nothing is saved in our database. (all our tables except users, repo and stacks are empty).
No error raised.
I've tried to add a dumb shipit file at the root of one of our repos just to see if anything changes, without any success. I don't see any difference with or without the file (even links, tasks, etc don't show up).
`shipit.yml`
Do you have any idea or hints that can help us?
Thank you.
The text was updated successfully, but these errors were encountered: