Files
takenote/.dockerignore
Tania Rascia 7a8ae87d4b Initiate Express server for backend routes (#213)
* Initial commit of TypeScript Express server

* Update title

* Update path alias

* Add eslint configuration

* Add private routes

* Add authentication routes

* src/server/

Minor server cleanup

* Add markdown loader

* Fix markdown issue

* Fix tests locally

* Attempt to run Cypress on Travis

* Update Travis script to build server

* Get Cypress running in Travis

* Get docker builds to work locally

* Add Docker details to README

* Attempt CI/CD Docker build

* Add bash deploy script because Travis doesn't allow multiple lines in their config

* Update deploy script

* Update deploy script

* Do not kill node

* Fix variable in script

* Deploy to Droplet

* Add doctl snap

* Rearrange config

* y u no parse

* Lets see if I can instal snap this way

* Travis terminal error

* Test bypass known SSH hosts

* Better config

* Proper DO side deploy

* Fix deployment script

* Making a new commit

* Detach Docker run

* Test encrypted host

* Update SSH

* Public key

* Only apply deployment to master branch
2020-02-03 19:18:48 -06:00

10 lines
92 B
Plaintext

node_modules
dist
.git
.vscode
!src
!public
!docs
!config/*
!package.json
!package-lock.json