ci(aio): fix deploying the stable branch to Firebase
The `deploy-to-firebase.sh` always expects there to be a `src/extra-files/<mode>` directory and breaks if it doesn't exist.
This commit is contained in:
parent
71f5e78bcb
commit
954b09022a
@ -6,4 +6,8 @@ After the AIO application had been built and before it is deployed all files and
|
||||
inside the folder with the same name as the current deployment mode (next, stable, archive)
|
||||
will be copied to the `dist` folder.
|
||||
|
||||
See the `scripts/deploy-to-firebase.sh` script for more detail.
|
||||
See the `scripts/deploy-to-firebase.sh` script for more detail.
|
||||
|
||||
**Note:**
|
||||
The `deploy-to-firebase.sh` script always expects there to be a folder for the current deployment
|
||||
mode (even if it is empty).
|
||||
|
@ -1,2 +1,3 @@
|
||||
# Disallow all URLs (see http://www.robotstxt.org/robotstxt.html)
|
||||
User-agent: *
|
||||
Disallow: /
|
||||
Disallow: /
|
||||
|
@ -1,2 +1,3 @@
|
||||
# Disallow all URLs (see http://www.robotstxt.org/robotstxt.html)
|
||||
User-agent: *
|
||||
Disallow: /
|
||||
Disallow: /
|
||||
|
3
aio/src/extra-files/stable/robots.txt
Normal file
3
aio/src/extra-files/stable/robots.txt
Normal file
@ -0,0 +1,3 @@
|
||||
# Allow all URLs (see http://www.robotstxt.org/robotstxt.html)
|
||||
User-agent: *
|
||||
Disallow:
|
Loading…
x
Reference in New Issue
Block a user