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:
Georgios Kalpakas 2017-08-09 02:18:31 +03:00 committed by Victor Berchet
parent 2f9d8ff46d
commit 6fb5250185
4 changed files with 12 additions and 3 deletions

View File

@ -7,3 +7,7 @@ inside the folder with the same name as the current deployment mode (next, stabl
will be copied to the `dist` folder. 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).

View File

@ -1,2 +1,3 @@
# Disallow all URLs (see http://www.robotstxt.org/robotstxt.html)
User-agent: * User-agent: *
Disallow: / Disallow: /

View File

@ -1,2 +1,3 @@
# Disallow all URLs (see http://www.robotstxt.org/robotstxt.html)
User-agent: * User-agent: *
Disallow: / Disallow: /

View File

@ -0,0 +1,3 @@
# Allow all URLs (see http://www.robotstxt.org/robotstxt.html)
User-agent: *
Disallow: