diff --git a/.forgejo/workflows/deploy-rs.yml b/.forgejo/workflows/deploy-rs.yml index 007004dc..ebccb225 100644 --- a/.forgejo/workflows/deploy-rs.yml +++ b/.forgejo/workflows/deploy-rs.yml @@ -31,6 +31,7 @@ jobs: apt install git nodejs nix-bin sudo sudo curl -y git config --global user.email "${{github.actor}}" git config --global user.name "Albert J. Copeland" + echo "100.64.0.14 gotify.sysctl.io" >> /etc/hosts - name: "Setup: Tailscale Repo" run: | diff --git a/.forgejo/workflows/update-flake-lock.yml b/.forgejo/workflows/update-flake-lock.yml index 3376be0a..55ef6bf0 100644 --- a/.forgejo/workflows/update-flake-lock.yml +++ b/.forgejo/workflows/update-flake-lock.yml @@ -17,6 +17,7 @@ jobs: apt install git nodejs nix-bin -y git config --global user.email "${{github.actor}}" git config --global user.name "Albert J. Copeland" + echo "100.64.0.14 gotify.sysctl.io" >> /etc/hosts - uses: actions/checkout@v3 - name: "Directory Structure" run: |