1. Download the repo at https://github.com/aad-wsux/spi-lite.   "git clone git@github.com:aad-wsux/spi-lite.git"

2. Create a new test branch using "git checkout -b your-branch-name", then make changes to the test.html file or create a new html file.   

3. Add the change using "git add . " then " git commit -m  'your-message' ", followed by "git push --set-upstream origin your-branch-name".   

4. After all these terminal commands, you go to the repo page on Github, you should see your branch highlighted on the top, click "Create pull request".   This should trigger GitHub action automatically. 

5. You can check the deployment status in the pull request page or the Actions tab (https://github.com/aad-wsux/spi-lite/actions​​​​​​​).   

6. Once the deployment is successful, you go to testspi.aad.cornell.edu to check your changes. 

  • No labels