create different ssh key according the article Mac Set-Up Git
$ ssh-keygen -t rsa -C "your_email@youremail.com"
create different ssh key according the article Mac Set-Up Git
$ ssh-keygen -t rsa -C "your_email@youremail.com"
| @media screen and (-webkit-min-device-pixel-ratio:0) { | |
| /* Safari and Chrome */ | |
| .flex-direction-nav-featured a{ | |
| margin-top: 4%; | |
| } | |
| /* Safari only override */ | |
| ::i-block-chrome,.flex-direction-nav-featured a{ | |
| margin-top: 5%; | |
| } |
| function rfc3339(d) { | |
| function pad(n) { | |
| return n < 10 ? "0" + n : n; | |
| } | |
| function timezoneOffset(offset) { | |
| var sign; | |
| if (offset === 0) { | |
| return "Z"; |
| // No Security | |
| { | |
| "rules": { | |
| ".read": true, | |
| ".write": true | |
| } | |
| } |
| import * as Sentry from "@sentry/node"; | |
| import imagemin from "imagemin"; | |
| import mozjpeg from "imagemin-mozjpeg"; | |
| import sharp from "sharp"; | |
| import isJpg from "is-jpg"; | |
| import * as aws from "aws-sdk"; | |
| import { Upload } from "../../types/graphqlUtils"; | |
| import { generateFilename } from "./generateFilename"; | |
| export const s3 = new aws.S3({ |
Steps to deploy a Node.js app to DigitalOcean using PM2, NGINX as a reverse proxy and an SSL from LetsEncrypt
If you use the referal link below, you get $10 free (1 or 2 months) https://m.do.co/c/5424d440c63a
I will be using the root user, but would suggest creating a new user