Skip to content

Commit

Permalink
chore: 🤖 change dir and exec cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
heldrida committed Nov 21, 2023
1 parent d11f147 commit bbaecf9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4

- name: Update
- name: Connect remote & update
uses: garygrossgarten/github-action-ssh@release
with:
command: ls -la
command: |
cd /home/discord/droidscord
./scripts/update
host: ${{ secrets.HOST }}
username: ${{ secrets.USERNAME }}
privateKey: ${{ secrets.PRIVATE_KEY}}
privateKey: ${{ secrets.PRIVATE_KEY}}

0 comments on commit bbaecf9

Please sign in to comment.