Merge branch 'hotfix/3.8.29' into develop

This commit is contained in:
Karol Sójko 2021-10-26 08:57:20 +02:00
commit 22b0f8e964
No known key found for this signature in database
GPG Key ID: A50543BF560BDEB0
6 changed files with 14 additions and 0 deletions

View File

@ -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:

View File

@ -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:

View File

@ -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
View File

@ -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

View File

@ -0,0 +1,2 @@
User-agent: *
Disallow: /