mirror of
https://github.com/sobolevn/git-secret
synced 2024-10-31 21:20:29 +00:00
Deploying to gh-pages from @ sobolevn/git-secret@11daa7fa8f 🚀
This commit is contained in:
parent
d0a0ed210a
commit
ca8e3acca6
@ -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
|
||||
---
|
@ -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
|
||||
---
|
@ -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
|
||||
---
|
@ -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
|
||||
---
|
@ -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
|
||||
---
|
@ -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
|
||||
---
|
@ -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
|
||||
---
|
@ -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
|
||||
---
|
@ -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
|
||||
---
|
@ -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
|
||||
---
|
@ -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
|
||||
---
|
@ -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
|
||||
---
|
@ -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
|
||||
---
|
@ -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.
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user