Compare commits

..

No commits in common. "6a21114ffb5b591fbc1d823c07f8f01e28a4f7fa" and "cfa483a0112376408a6469b987edba55122e75a9" have entirely different histories.

2 changed files with 2 additions and 1 deletions

View File

@ -14,7 +14,7 @@ jobs:
- name: Clone
run: |
mkdir -p ~/.ssh
echo "${{ secrets.LOCAL_SSH_KEY }}" | tr -d '\r' > ~/.ssh/id_ed25519
echo "${{ secrets.PI_GIT_KEY }}" | tr -d '\r' > ~/.ssh/id_ed25519
chmod 600 ~/.ssh/id_ed25519
ssh-keyscan git.kcrawford.net >> ~/.ssh/known_hosts
git clone --branch ${GITHUB_REF_NAME} git@git.kcrawford.net:${{env.GITHUB_REPOSITORY}}.git .

View File

@ -1,2 +1,3 @@
# Intro
Creates a Pod that listens on port 8000/tcp and responds to GET requests with the hostname of the machine running the Pod.