diff --git a/.gitea/workflows/build-and-deploy.yml b/.gitea/workflows/build-and-deploy.yml index 461dbdd..bd9da0c 100644 --- a/.gitea/workflows/build-and-deploy.yml +++ b/.gitea/workflows/build-and-deploy.yml @@ -17,6 +17,8 @@ jobs: uses: actions/checkout@v4 - name: Build website content run: hugo + - name: Setup the hostname with the private key that we have + run: mkdir -p ~/.ssh/ && ssh-keyscan git.shockrah.xyz >> ~/.ssh/known_hosts - name: Setup SSH to copy files up to remote webserver uses: webfactory/ssh-agent@v0.9.0 with: