Compare commits

...

2 Commits

Author SHA1 Message Date
6a21114ffb Merge pull request 'Updating key variable' (#7) from release/0.0.2 into main
Reviewed-on: #7
2024-04-11 23:39:50 +00:00
f34b6512ad Updating key variable
Some checks failed
package-builder / build (push) Successful in 1m58s
go-builder / build (push) Failing after 2s
2024-04-11 19:39:32 -04:00
2 changed files with 1 additions and 2 deletions

View File

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

View File

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