diff --git a/.dockerignore b/.dockerignore new file mode 100644 index 0000000..cf2e9d5 --- /dev/null +++ b/.dockerignore @@ -0,0 +1,3 @@ +package-lock.json +node_modules +yarn.lock \ No newline at end of file diff --git a/.travis.yml b/.travis.yml index ee47813..2b6cb66 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,6 +11,8 @@ script: deploy: provider: elasticbeanstalk + access_key_id: &AWS_ACCESS_KEY + secret_access_key: &AWS_SECRET_KEY region: "us-east-1" app: "docker-react" env: "Dockerreact-env" @@ -18,6 +20,4 @@ deploy: bucket_path: "docker-react" on: branch: master - access_key_id: "&AWS_ACCESS_KEY" - secret_access_key: "&AWS_SECRET_KEY" - \ No newline at end of file + diff --git a/src/App.js b/src/App.js index b7f1ff9..d8cff4e 100644 --- a/src/App.js +++ b/src/App.js @@ -1,10 +1,20 @@ +import logo from "./logo.svg"; import "./App.css"; function App() { return (
I was changed!
+Bye there!
+ + Learn React +