Skip to content

Commit

Permalink
fix: identation
Browse files Browse the repository at this point in the history
  • Loading branch information
H3199 committed Aug 22, 2024
1 parent 113b577 commit a818294
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit a818294

Please sign in to comment.