diff --git a/.forgejo/workflows/test.yaml b/.forgejo/workflows/test.yaml index e8d6d15..41a283e 100644 --- a/.forgejo/workflows/test.yaml +++ b/.forgejo/workflows/test.yaml @@ -50,4 +50,4 @@ jobs: ssh -i ~/.ssh/id_rsa -p ${{ secrets.SSH_PORT }} ${{ secrets.SSH_USER }}@${{ secrets.SSH_HOST }} "ls -al" - name: Create a file run: | - touch CD_TEST.txt \ No newline at end of file + ssh -i ~/.ssh/id_rsa -p ${{ secrets.SSH_PORT }} ${{ secrets.SSH_USER }}@${{ secrets.SSH_HOST }} "touch CD_TEST.txt" \ No newline at end of file