Skip to content

Instantly share code, notes, and snippets.

View esiebomaj's full-sized avatar
:octocat:
Available

Esieboma Jeremiah esiebomaj

:octocat:
Available
View GitHub Profile
@esiebomaj
esiebomaj / Firstgist.txt
Last active May 16, 2020 10:36
My first github gist
Welcome to my first github gist
@esiebomaj
esiebomaj / gist:7281fec211f71c6c7dfe60f3206eeb6e
Created July 16, 2020 15:22 — forked from rxaviers/gist:7360908
Complete list of github markdown emoji markup

People

:bowtie: :bowtie: πŸ˜„ :smile: πŸ˜† :laughing:
😊 :blush: πŸ˜ƒ :smiley: ☺️ :relaxed:
😏 :smirk: 😍 :heart_eyes: 😘 :kissing_heart:
😚 :kissing_closed_eyes: 😳 :flushed: 😌 :relieved:
πŸ˜† :satisfied: 😁 :grin: πŸ˜‰ :wink:
😜 :stuck_out_tongue_winking_eye: 😝 :stuck_out_tongue_closed_eyes: πŸ˜€ :grinning:
πŸ˜— :kissing: πŸ˜™ :kissing_smiling_eyes: πŸ˜› :stuck_out_tongue:
@esiebomaj
esiebomaj / curl.md
Created August 9, 2020 12:19 — forked from subfuzion/curl.md
curl POST examples

Common Options

-#, --progress-bar Make curl display a simple progress bar instead of the more informational standard meter.

-b, --cookie <name=data> Supply cookie with request. If no =, then specifies the cookie file to use (see -c).

-c, --cookie-jar <file name> File to save response cookies to.

Guide to setup continous deployment using GitHub Actions to Digital Ocean


Here is a very short guide to connect your git actions workflow to your digital ocean server for automatic deployment

Note: This guide assumes that you have already setup your server and a basic github workflow, hence does not cover that

steps :

  1. Generate SSH key on the server with the command ssh-keygen