diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 95591de..0e166e2 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -21,11 +21,11 @@ jobs: with: context: . push: true - tags: git.timothykim.net/timothykim/static:latest + tags: git.timothykim.net/hantim/static:latest - name: Deploy run: | mkdir -p ~/.ssh echo "${{ secrets.DEPLOY_SSH_KEY }}" > ~/.ssh/deploy_key chmod 600 ~/.ssh/deploy_key - ssh -o StrictHostKeyChecking=accept-new -i ~/.ssh/deploy_key deploy@timothykim.net deploy-timothykim.net + ssh -o StrictHostKeyChecking=accept-new -i ~/.ssh/deploy_key deploy@${{ secrets.DEPLOY_HOST }} deploy-timothykim.net