Skip to content
This repository has been archived by the owner on Oct 4, 2024. It is now read-only.

Commit

Permalink
Tailscale ci (#386)
Browse files Browse the repository at this point in the history
* Added tailscale support.

* Fixed typo.

* Added SSH_HOST.

* Replaced secrets to vars in SSH_HOST.

* Added new tailscale tag.
  • Loading branch information
samoht9277 authored Nov 29, 2023
1 parent 68fe4a5 commit 2eac53e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
with:
oauth-client-id: ${{ secrets.TS_OAUTH_CLIENT_ID }}
oauth-secret: ${{ secrets.TS_OAUTH_SECRET }}
tags: tag:ci
tags: tag:server

- name: Create ssh private key file from env var
env:
Expand Down

0 comments on commit 2eac53e

Please sign in to comment.