Skip to content

Add Good Job (in Rails) #125

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Feb 13, 2023
Merged

Add Good Job (in Rails) #125

merged 5 commits into from
Feb 13, 2023

Conversation

create-issue-branch[bot]
Copy link
Contributor

@create-issue-branch create-issue-branch bot commented Feb 9, 2023

What's Changed?

  • Added good_job gem with the queue configured to start when the app builds
  • Added dummy UploadJob that is triggered if the webhook relates to a push on the relevant branch

closes #116

@raspberrypiherokubot raspberrypiherokubot temporarily deployed to editor-api-p-issues-116-etihya February 9, 2023 16:43 Inactive
@raspberrypiherokubot raspberrypiherokubot temporarily deployed to editor-api-p-issues-116-kmtuch February 10, 2023 09:26 Inactive
@raspberrypiherokubot raspberrypiherokubot temporarily deployed to editor-api-p-issues-116-opuaj1 February 10, 2023 09:31 Inactive
@loiswells97 loiswells97 marked this pull request as ready for review February 10, 2023 09:43
Comment on lines 1 to 2
bundle exec rails db:migrate:with_data
bundle exec rails projects:create_starter
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
bundle exec rails db:migrate:with_data
bundle exec rails projects:create_starter
#!/bin/sh -e
bundle exec rails db:migrate:with_data
bundle exec rails projects:create_starter

@raspberrypiherokubot raspberrypiherokubot temporarily deployed to editor-api-p-issues-116-idodsz February 10, 2023 10:48 Inactive
@raspberrypiherokubot raspberrypiherokubot temporarily deployed to editor-api-p-issues-116-tt4jux February 10, 2023 10:55 Inactive
@loiswells97 loiswells97 merged commit 8053f02 into main Feb 13, 2023
@loiswells97 loiswells97 deleted the issues/116-Add_Good_Job_in_Rails branch February 13, 2023 14:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add Good Job (in Rails)
3 participants