Hello world install script
This commit is contained in:
parent
780ce655ae
commit
f796d550c9
@ -1,6 +1,11 @@
|
|||||||
{
|
{
|
||||||
"hosting": {
|
"hosting": {
|
||||||
"public": "public",
|
"public": "public",
|
||||||
|
"redirects": [ {
|
||||||
|
"source": "/",
|
||||||
|
"destination": "/install.sh",
|
||||||
|
"type": 301
|
||||||
|
} ],
|
||||||
"ignore": [
|
"ignore": [
|
||||||
"firebase.json",
|
"firebase.json",
|
||||||
"**/.*",
|
"**/.*",
|
||||||
|
3
public/install.sh
Executable file
3
public/install.sh
Executable file
@ -0,0 +1,3 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
echo "Hello world!"
|
Loading…
Reference in New Issue
Block a user