Skip to content
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

CI/CD broken #115

Closed
alexandersep opened this issue May 24, 2023 · 2 comments
Closed

CI/CD broken #115

alexandersep opened this issue May 24, 2023 · 2 comments
Assignees

Comments

@alexandersep
Copy link
Contributor

I believe that cs-exams.com is behind on the master branch.
For example the pull request I sent that got merged into master branch of cs-exam repo does not match with the website.

An example of this would be:

  1. https://cs-exams.com/docs/concurrent-systems-i
  2. https://github.com/nating/cs-exams/blob/master/website/docs/concurrent-systems-i.md
@nating
Copy link
Owner

nating commented May 25, 2023

That’s right @alexandersep. I always check that changes merged work properly in production, but your changes didn’t make it to the site on Monday night because the CI/CD to deploy the site is failing. It looked like there is some problem with Travis CI credits, but I haven’t had time to look at the issue in-depth.

As soon as my weekend arrives, I will re-deploy the site manually and fix the CI/CD.

@nating nating changed the title cs-exams.com not updated to match master branch CI/CD broken May 26, 2023
@nating nating self-assigned this May 26, 2023
nating added a commit that referenced this issue May 26, 2023
 #115 Add GitHub actions for testing/deploying PRs when pushed/merged
nating added a commit that referenced this issue May 26, 2023
#115 Fix deploy directory in deploy GitHub action
@nating
Copy link
Owner

nating commented May 26, 2023

The continuous integration has now been fixed by moving from Travis CI to GitHub Actions, and the website has been updated.

@nating nating closed this as completed May 26, 2023
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

No branches or pull requests

2 participants