diff --git a/.awspublish-kretschmann.cat b/.awspublish-kretschmann.cat deleted file mode 100644 index ad6e1dc..0000000 --- a/.awspublish-kretschmann.cat +++ /dev/null @@ -1 +0,0 @@ -{"index.html":"\"1796b44249fce697b13d7d66f3785d8c\"","assets/gato-del-raval.jpg":"\"ac14e6eccb5af4b70fb58097485a1c7f\"","assets/style.css":"\"12069179d6731702163f4b1080e23896\""} \ No newline at end of file diff --git a/.gitignore b/.gitignore index 3c3629e..bd304e1 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ node_modules +.awspublish* diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6a0e43c..93cc431 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,5 +8,6 @@ deploy: only: - master script: + - npm install -g gulp - npm install - gulp deploy