revert 669979c7d5
revert Add the Tailscale step back Necessary because runner is no longer within the Tailscale environment.
This commit is contained in:
9
.github/workflows/deploy-homelab.yml
vendored
9
.github/workflows/deploy-homelab.yml
vendored
@@ -14,15 +14,6 @@ jobs:
|
|||||||
- name: Check out repository
|
- name: Check out repository
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
# See documentation: https://github.com/tailscale/github-action?tab=readme-ov-file
|
|
||||||
- name: Connect to Tailscale
|
|
||||||
uses: tailscale/github-action@v4
|
|
||||||
with:
|
|
||||||
oauth-client-id: ${{ secrets.TS_OAUTH_CLIENT_ID }}
|
|
||||||
oauth-secret: ${{ secrets.TS_OAUTH_CLIENT_SECRET }}
|
|
||||||
tags: tag:ci
|
|
||||||
|
|
||||||
|
|
||||||
- name: Set up SSH key
|
- name: Set up SSH key
|
||||||
run: |
|
run: |
|
||||||
mkdir -p ~/.ssh
|
mkdir -p ~/.ssh
|
||||||
|
|||||||
Reference in New Issue
Block a user