Skip to content

Commit

Permalink
fix: update tailscale version
Browse files Browse the repository at this point in the history
  • Loading branch information
JuArce committed Aug 8, 2024
1 parent adf6b06 commit 4353cea
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/explorer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
oauth-client-id: ${{ secrets.TS_OAUTH_CLIENT_ID }}
oauth-secret: ${{ secrets.TS_OAUTH_SECRET }}
tags: tag:ci
version: 1.70.0

- name: Checkout Repository
uses: actions/checkout@v4
Expand All @@ -38,9 +39,10 @@ jobs:
APP_DIR: ${{ vars.EXPLORER_DIRECTORY }}
SERVICE_NAME: ${{ vars.SERVICE_NAME }}
run: |
ssh -o StrictHostKeyChecking=no ${USER_NAME}@${HOST_NAME} "
ssh -o "StrictHostKeyChecking=no" ${USER_NAME}@${HOST_NAME} "
cd ${APP_DIR} &&
echo 'Pulling latest changes' > test.txt "
echo 'Pulling latest changes' > test.txt
"
# run: TODO uncomment this after testing connection
# ssh -o StrictHostKeyChecking=no ${USER_NAME}@${HOST_NAME} "
# cd ${APP_DIR} &&
Expand Down

0 comments on commit 4353cea

Please sign in to comment.