diff --git a/.github/workflows/github-actions-demo.yml b/.github/workflows/github-actions-demo.yml new file mode 100644 index 0000000..7814f6f --- /dev/null +++ b/.github/workflows/github-actions-demo.yml @@ -0,0 +1,19 @@ +name: GitHub Actions Demo +run-name: ${{ github.actor }} is testing out GitHub Actions 🚀 +on: [push] +jobs: + Explore-GitHub-Actions: + runs-on: ubuntu-latest + steps: + - run: echo "🎉 The job was automatically triggered by a ${{ github.event_name }} event." + - run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by GitHub!" + - run: echo "🔎 The name of your branch is ${{ github.ref }} and your repository is ${{ github.repository }}." + - name: Check out repository code + uses: actions/checkout@v4 + - run: echo "💡 The ${{ github.repository }} repository has been cloned to the runner." + - run: echo "🖥️ The workflow is now ready to test your code on the runner." + - name: List files in the repository + run: | + ls ${{ github.workspace }} + - run: echo "🍏 This job's status is ${{ job.status }}." + - run: echo "Job complete ${{ job.status }}." diff --git a/Barber CI_CD Experience.pdf b/Barber CI_CD Experience.pdf new file mode 100644 index 0000000..a18a51a Binary files /dev/null and b/Barber CI_CD Experience.pdf differ diff --git a/Laith's CI Experience b/Laith's CI Experience new file mode 100644 index 0000000..ac19f3b --- /dev/null +++ b/Laith's CI Experience @@ -0,0 +1,2 @@ +During my last software engineering internship, the company I worked for sort of worked with CI. They had one major product that they kept updating continuously. +However, I wouldn't say they went through CD, because version releases were really far apart and not back to back. diff --git a/README.md b/README.md index 8648104..a2f21bd 100644 --- a/README.md +++ b/README.md @@ -4,3 +4,9 @@ Sample Top Five project for the CI/CD activity in class. To run the project loca * pip install -r requirements.txt * python app.py * Open browser and visit http://127.0.0.1:5000/ (or designated link provided) + +* First and Last names: +Laith Al-Masri +James Barber +Ethan Surber + diff --git a/es_previous.txt b/es_previous.txt new file mode 100644 index 0000000..a4299cf --- /dev/null +++ b/es_previous.txt @@ -0,0 +1 @@ +I have had no experience with CI/CD before. I hope to gain some over this summer at my internship though! diff --git a/templates/index.html b/templates/index.html index 76d065f..1191483 100644 --- a/templates/index.html +++ b/templates/index.html @@ -7,10 +7,10 @@