ignore awspiblish cache file
This commit is contained in:
parent
14c8589179
commit
c72f19a177
@ -1 +0,0 @@
|
|||||||
{"index.html":"\"1796b44249fce697b13d7d66f3785d8c\"","assets/gato-del-raval.jpg":"\"ac14e6eccb5af4b70fb58097485a1c7f\"","assets/style.css":"\"12069179d6731702163f4b1080e23896\""}
|
|
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
|||||||
node_modules
|
node_modules
|
||||||
|
.awspublish*
|
||||||
|
@ -8,5 +8,6 @@ deploy:
|
|||||||
only:
|
only:
|
||||||
- master
|
- master
|
||||||
script:
|
script:
|
||||||
|
- npm install -g gulp
|
||||||
- npm install
|
- npm install
|
||||||
- gulp deploy
|
- gulp deploy
|
||||||
|
Loading…
Reference in New Issue
Block a user