mirror of
https://github.com/standardnotes/web.git
synced 2024-11-09 22:26:54 +03:00
Merge branch 'hotfix/3.8.29' into develop
This commit is contained in:
commit
22b0f8e964
3
.github/workflows/beta.yml
vendored
3
.github/workflows/beta.yml
vendored
@ -31,6 +31,9 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
- name: Copy robots.txt
|
||||
run: cp public/robots.txt.development public/robots.txt
|
||||
|
||||
- name: Publish to Registry
|
||||
uses: elgohr/Publish-Docker-Github-Action@master
|
||||
with:
|
||||
|
3
.github/workflows/dev.yml
vendored
3
.github/workflows/dev.yml
vendored
@ -35,6 +35,9 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
- name: Copy robots.txt
|
||||
run: cp public/robots.txt.development public/robots.txt
|
||||
|
||||
- name: Publish to Registry
|
||||
uses: elgohr/Publish-Docker-Github-Action@master
|
||||
with:
|
||||
|
3
.github/workflows/prod.yml
vendored
3
.github/workflows/prod.yml
vendored
@ -35,6 +35,9 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
- name: Copy robots.txt
|
||||
run: cp public/robots.txt.production public/robots.txt
|
||||
|
||||
- name: Publish to Registry
|
||||
uses: elgohr/Publish-Docker-Github-Action@master
|
||||
with:
|
||||
|
3
.gitignore
vendored
3
.gitignore
vendored
@ -32,6 +32,9 @@ dump.rdb
|
||||
# Ignore compiled assets
|
||||
/public/assets
|
||||
|
||||
# Ignore robots.txt - generated before image creation
|
||||
/public/robots.txt
|
||||
|
||||
# Ignore user uploads
|
||||
/public/uploads/*
|
||||
!/public/uploads/.keep
|
||||
|
2
public/robots.txt.development
Normal file
2
public/robots.txt.development
Normal file
@ -0,0 +1,2 @@
|
||||
User-agent: *
|
||||
Disallow: /
|
Loading…
Reference in New Issue
Block a user