mirror of
https://github.com/taniarascia/takenote.git
synced 2026-05-26 13:51:16 +00:00
7a8ae87d4b
* 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
10 lines
92 B
Plaintext
10 lines
92 B
Plaintext
node_modules
|
|
dist
|
|
.git
|
|
.vscode
|
|
!src
|
|
!public
|
|
!docs
|
|
!config/*
|
|
!package.json
|
|
!package-lock.json |