Fix. Specified wrong folder in deploy user step
Some checks failed
On_Push / build (push) Has been cancelled

This commit is contained in:
Eoghan Conlon 2024-10-01 13:05:25 +01:00
parent 9f6354d42c
commit eb4812b331

View file

@ -27,4 +27,4 @@ jobs:
with: with:
ssh_key: ${{ secrets.SSH_KEY }} ssh_key: ${{ secrets.SSH_KEY }}
username: ${{ env.GITHUB_REPOSITORY_OWNER }} username: ${{ env.GITHUB_REPOSITORY_OWNER }}
folder: "build" folder: "result"