2 Commits

Author SHA1 Message Date
cfa483a011 Merge pull request 'release/0.0.2' (#6) from release/0.0.2 into main
Reviewed-on: #6
2024-04-11 22:44:41 +00:00
d5c73e8df6 Merge pull request 'release/0.0.2' (#5) from release/0.0.2 into main
Reviewed-on: #5
2024-04-05 23:41:07 +00:00
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.