Skip to content

Commit

Permalink
use proper SSH options
Browse files Browse the repository at this point in the history
Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
  • Loading branch information
frouioui committed Dec 19, 2023
1 parent 76fd163 commit ca1a924
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Deploy
on:
push:
branches:
- main
- better-deploy

jobs:
deploy:
Expand All @@ -14,10 +14,12 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.20.6
go-version: 1.21.5

- name: executing remote ssh commands using password
uses: appleboy/ssh-action@master
env:
SSH_OPTIONS: "-tt"
with:
host: ${{ secrets.HOST }}
username: ${{ secrets.USERNAME }}
Expand Down

0 comments on commit ca1a924

Please sign in to comment.