Deploying to gh-pages from @ sobolevn/git-secret@11daa7fa8f 🚀

This commit is contained in:
sobolevn 2021-05-06 08:36:06 +00:00
parent d0a0ed210a
commit ca8e3acca6
16 changed files with 20 additions and 22 deletions

View File

@ -1,7 +1,7 @@
---
layout: post
title: 'git-secret-add'
date: 2021-05-05 17:13:15 +0000
date: 2021-05-06 08:36:03 +0000
permalink: git-secret-add
categories: command
---

View File

@ -1,7 +1,7 @@
---
layout: post
title: 'git-secret-cat'
date: 2021-05-05 17:13:15 +0000
date: 2021-05-06 08:36:03 +0000
permalink: git-secret-cat
categories: command
---

View File

@ -1,7 +1,7 @@
---
layout: post
title: 'git-secret-changes'
date: 2021-05-05 17:13:15 +0000
date: 2021-05-06 08:36:03 +0000
permalink: git-secret-changes
categories: command
---

View File

@ -1,7 +1,7 @@
---
layout: post
title: 'git-secret-clean'
date: 2021-05-05 17:13:15 +0000
date: 2021-05-06 08:36:03 +0000
permalink: git-secret-clean
categories: command
---

View File

@ -1,7 +1,7 @@
---
layout: post
title: 'git-secret-hide'
date: 2021-05-05 17:13:15 +0000
date: 2021-05-06 08:36:03 +0000
permalink: git-secret-hide
categories: command
---

View File

@ -1,7 +1,7 @@
---
layout: post
title: 'git-secret-init'
date: 2021-05-05 17:13:15 +0000
date: 2021-05-06 08:36:03 +0000
permalink: git-secret-init
categories: command
---

View File

@ -1,7 +1,7 @@
---
layout: post
title: 'git-secret-killperson'
date: 2021-05-05 17:13:15 +0000
date: 2021-05-06 08:36:03 +0000
permalink: git-secret-killperson
categories: command
---

View File

@ -1,7 +1,7 @@
---
layout: post
title: 'git-secret-list'
date: 2021-05-05 17:13:15 +0000
date: 2021-05-06 08:36:03 +0000
permalink: git-secret-list
categories: command
---

View File

@ -1,7 +1,7 @@
---
layout: post
title: 'git-secret-remove'
date: 2021-05-05 17:13:15 +0000
date: 2021-05-06 08:36:03 +0000
permalink: git-secret-remove
categories: command
---

View File

@ -1,7 +1,7 @@
---
layout: post
title: 'git-secret-reveal'
date: 2021-05-05 17:13:15 +0000
date: 2021-05-06 08:36:03 +0000
permalink: git-secret-reveal
categories: command
---

View File

@ -1,7 +1,7 @@
---
layout: post
title: 'git-secret-tell'
date: 2021-05-05 17:13:15 +0000
date: 2021-05-06 08:36:03 +0000
permalink: git-secret-tell
categories: command
---

View File

@ -1,7 +1,7 @@
---
layout: post
title: 'git-secret-usage'
date: 2021-05-05 17:13:15 +0000
date: 2021-05-06 08:36:03 +0000
permalink: git-secret-usage
categories: command
---

View File

@ -1,7 +1,7 @@
---
layout: post
title: 'git-secret-whoknows'
date: 2021-05-05 17:13:15 +0000
date: 2021-05-06 08:36:03 +0000
permalink: git-secret-whoknows
categories: command
---

View File

@ -1,7 +1,7 @@
---
layout: post
title: 'git-secret'
date: 2021-05-05 17:13:15 +0000
date: 2021-05-06 08:36:03 +0000
permalink: git-secret
categories: usage
---
@ -93,10 +93,9 @@ if your app is called MyApp and your CI/CD provider is CodeShip. It is easier no
4. Then write your Continuous Deployment build script. For instance:
```shell
# Install git-secret (https://git-secret.io/installation), for instance, for debian:
echo "deb https://dl.bintray.com/sobolevn/deb git-secret main" | sudo tee -a /etc/apt/sources.list
wget -qO - https://api.bintray.com/users/sobolevn/keys/gpg/public.key | sudo apt-key add -
sudo apt-get update && sudo apt-get install git-secret
# As the first step: install git-secret,
# see: https://git-secret.io/installation
# Create private key file
echo $GPG_PRIVATE_KEY > ./private_key.gpg
# Import private key

Binary file not shown.

View File

@ -86,10 +86,9 @@ if your app is called MyApp and your CI/CD provider is CodeShip. It is easier no
4. Then write your Continuous Deployment build script. For instance:
```shell
# Install git-secret (https://git-secret.io/installation), for instance, for debian:
echo "deb https://dl.bintray.com/sobolevn/deb git-secret main" | sudo tee -a /etc/apt/sources.list
wget -qO - https://api.bintray.com/users/sobolevn/keys/gpg/public.key | sudo apt-key add -
sudo apt-get update && sudo apt-get install git-secret
# As the first step: install git-secret,
# see: https://git-secret.io/installation
# Create private key file
echo $GPG_PRIVATE_KEY > ./private_key.gpg
# Import private key