This commit is contained in:
@@ -22,4 +22,5 @@ jobs:
|
||||
|
||||
- name: Push to server
|
||||
run: |
|
||||
ssh -p ${{ secrets.SSH_PORT }} ${{ secrets.SSH_HOST }} "rm -rf /srv/www/shadeouts.net/*"
|
||||
scp -i ~/.ssh/act -o Port=${{ secrets.SSH_PORT }} -o StrictHostKeyChecking=no *.html ${{ secrets.SSH_USER }}@${{ secrets.SSH_HOST }}:/srv/www/shadeouts.net/
|
||||
|
||||
2
robots.txt
Normal file
2
robots.txt
Normal file
@@ -0,0 +1,2 @@
|
||||
User-agent: *
|
||||
Disallow:
|
||||
Reference in New Issue
Block a user