diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 4e3b88b..4bada6b 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -34,5 +34,5 @@ jobs: run: | ssh -i ~/.ssh/id_rsa ${{ secrets.SSH_USER }}@${{ secrets.SERVER_URL }} << 'EOF' # Commands to execute on the server - echo $(date -Is) Hello World! >> hello.txt + echo $(date -Is) Hello World! >> hello.txt EOF