diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index c50c242..85e9a95 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -31,3 +31,10 @@ jobs: github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: ./public cname: cis1880.org + + - name: Deploy + uses: peaceiris/actions-gh-pages@v3 + with: + github_token: ${{ secrets.GITHUB_TOKEN }} + publish_dir: ./public + cname: cis1912.org \ No newline at end of file diff --git a/config.toml b/config.toml index dd69ecd..725a810 100644 --- a/config.toml +++ b/config.toml @@ -1,6 +1,6 @@ -baseURL = "https://cis1880.org/" +baseURL = "https://cis1912.org/" languageCode = "en-us" -title = "CIS 1880: DevOps" +title = "CIS 1912: DevOps" theme = "cactus" [[menu.main]] diff --git a/content/_index.md b/content/_index.md index b7c156e..44efdc0 100644 --- a/content/_index.md +++ b/content/_index.md @@ -1,4 +1,4 @@ -Welcome to CIS 1880: DevOps at the University of Pennsylvania! +Welcome to CIS 1912: DevOps at the University of Pennsylvania! ## Course Description @@ -6,10 +6,10 @@ DevOps is the breaking down of the wall between Developers and Operations to all In this course we will take a practical, hands-on look at DevOps and dive into some of the main tools of DevOps: automated testing, containerization, reproducibility, continuous integration, and continuous deployment. Throughout the semester we build toward an end-to-end pipeline that takes a webserver, packages it, and then deploys it to the cloud in a reliable and quickly-reproducible manner utilizing industry-leading technologies like Kubernetes and Docker. Evaluation is based on homework assignments and a final group project. -## Enrolling in CIS 1880 +## Enrolling in CIS 1912 -Any student that wants to enroll in CIS 1880 must have already completed CIS 1200. +Any student that wants to enroll in CIS 1912 must have already completed CIS 1200. This course will use the [CIS Waitlist](https://waitlist.cis.upenn.edu/) with a few screening questions to determine eligibility. In order to be considered for -CIS 1880, you will need to request permission for the recitation section (201) in Path@Penn ([screen recording on how to do that](https://urldefense.com/v3/__https://bit.ly/3Ru2uVr__;!!IBzWLUs!Rc6IPsZTfZK_Vt2lY__i2HWyhm18Jh8GWKPj94HBGW1lOunp6zQdN-DLI4DcGhaMSo4JhhNPCOKqx7TT-R53O0pnAqrEpyo$)), and then you will be added to the waitlist for the course. +CIS 1912, you will need to request permission for the recitation section (201) in Path@Penn ([screen recording on how to do that](https://urldefense.com/v3/__https://bit.ly/3Ru2uVr__;!!IBzWLUs!Rc6IPsZTfZK_Vt2lY__i2HWyhm18Jh8GWKPj94HBGW1lOunp6zQdN-DLI4DcGhaMSo4JhhNPCOKqx7TT-R53O0pnAqrEpyo$)), and then you will be added to the waitlist for the course.