fix: Not SCPing the correct source

This commit is contained in:
Laegel 2021-06-26 23:37:45 +02:00
parent 710a4f95db
commit bd038b5f5d
No known key found for this signature in database
GPG Key ID: D66E83E12423B383

View File

@ -112,7 +112,7 @@ jobs:
host: ${{ secrets.DISCORD_BOT_HOST }}
username: ${{ secrets.DISCORD_BOT_SSH_USER }}
key: ${{ secrets.DISCORD_BOT_SSH_KEY }}
source: "./tauri-search-bot"
source: "${{ github.workspace }}/tauri-search-bot"
target: "~/tauri-search-bot"
- name: restart the bot
uses: appleboy/ssh-action@master