diff --git a/frontend/src/components/App.js b/frontend/src/components/App.js index c3186be8..ed654bbf 100644 --- a/frontend/src/components/App.js +++ b/frontend/src/components/App.js @@ -1,6 +1,6 @@ import React from "react"; import PropTypes from "prop-types"; -import { Link, Route, Switch, Miss } from "react-router-dom"; +import { Link, Route, Switch } from "react-router-dom"; import HomePageComponent from "./home"; import TeamPageComponent from "./team"; import ProjectPageComponent from "./projects"; diff --git a/scripts/deploy.sh b/scripts/deploy.sh index 78f82986..bc24bff1 100644 --- a/scripts/deploy.sh +++ b/scripts/deploy.sh @@ -1,3 +1,6 @@ +#!/bin/bash +set -e + BRANCH="master" SHA=`git rev-parse --verify HEAD` diff --git a/scripts/stage.sh b/scripts/stage.sh index 3aa5a667..815ed678 100644 --- a/scripts/stage.sh +++ b/scripts/stage.sh @@ -1,3 +1,6 @@ +#!/bin/bash +set -e + BRANCH="develop" SHA=`git rev-parse --verify HEAD`