Skip to content

Commit

Permalink
fix: nit
Browse files Browse the repository at this point in the history
  • Loading branch information
JuArce committed Aug 8, 2024
1 parent 41f8cc8 commit 4f982a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/explorer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Display Branch Name
env:
GITHUB_REF: ${{ github.ref }}
run:
run: |
echo "Current Branch: ${GITHUB_REF}"
- name: Deploy to server
Expand All @@ -37,7 +37,7 @@ jobs:
USERNAME: ${{ vars.USERNAME }}
APP_DIR: ${{ vars.EXPLORER_DIRECTORY }}
SERVICE_NAME: ${{ vars.SERVICE_NAME }}
run:
run: |
ssh -o StrictHostKeyChecking=no ${USER_NAME}@${HOST_NAME} "
cd ${APP_DIR} &&
echo 'Pulling latest changes' > test.txt "
Expand Down

0 comments on commit 4f982a9

Please sign in to comment.