Skip to content

Commit

Permalink
1912 (#39)
Browse files Browse the repository at this point in the history
* ✍️ rename to cis1912

* ci cd for 1912
  • Loading branch information
esinx authored Aug 23, 2024
1 parent 82aad8a commit 5bc5ee5
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 6 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions config.toml
Original file line number Diff line number Diff line change
@@ -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]]
Expand Down
8 changes: 4 additions & 4 deletions content/_index.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
Welcome to CIS 1880: DevOps at the University of Pennsylvania!
Welcome to CIS 1912: DevOps at the University of Pennsylvania!

## Course Description

DevOps is the breaking down of the wall between Developers and Operations to allow more frequent and reliable feature deployments. Through a variety of automation-focused techniques, DevOps has the power to radically improve and streamline processes that in the past were manual and susceptible to human error.

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.

0 comments on commit 5bc5ee5

Please sign in to comment.