Skip to content

Commit

Permalink
reverted the changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mashhoodr committed Dec 15, 2018
1 parent 640fd8a commit 70b69e3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion deploy.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
yarn
npm run build
# aws s3 cp ./dist s3://awspkdemo/ --recursive --acl public-read
forever restart 0
# forever restart 0
1 change: 0 additions & 1 deletion src/app/app.component.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<app-header [user]="user"></app-header>
<div class="wrapper-app">
<h1>Hello World</h1>
<router-outlet></router-outlet>
</div>
<footer>
Expand Down

0 comments on commit 70b69e3

Please sign in to comment.