-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
88 additions
and
52 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,35 +1,36 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
|
||
<head> | ||
<title>For Me</title> | ||
<title>For Me</title> | ||
|
||
<link rel="stylesheet" href="/style.css"> | ||
<link rel="canonical" href="https://www.dewhurst.io/2022/08/13/GIT_SSH_COMMAND.html"> | ||
<link rel="stylesheet" href="/style.css"> | ||
<link rel="canonical" href="https://www.dewhurst.io/2022/08/13/GIT_SSH_COMMAND.html"> | ||
|
||
<meta charset="utf-8"> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<meta name="description" content="Last week I used Git’s GIT_SSH_COMMAND environment variable to force the a command running in a CircleCI job to use one of CircleCI’s “Additional SSH Keys” instead of the “deploy key”." /> | ||
<meta charset="utf-8"> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<meta name="description" | ||
content="Last week I used Git’s GIT_SSH_COMMAND environment variable to force the a command running in a CircleCI job to use one of CircleCI’s “Additional SSH Keys” instead of the “deploy key”." /> | ||
</head> | ||
|
||
<body> | ||
<header role="banner"> | ||
<h1><a href="/">For Me</a></h1> | ||
</header> | ||
<main> | ||
<ul> | ||
<li> | ||
<a href="/2024/12/11/variable_is_set.html">variable_is_set</a> | ||
<div><time datetime="2024-12-11T16:49:48.605Z">Dec 11, 2024</time></div> | ||
</li> | ||
<li> | ||
<a href="/2024/04/29/simple_baguette.html">Simple Baguette</a> | ||
<div><time datetime="2024-04-29T18:49:00+01:00">Apr 29, 2024</time></div> | ||
</li> | ||
<header role="banner"> | ||
<h1><a href="/">For Me</a></h1> | ||
</header> | ||
<main> | ||
<ol> | ||
<li> | ||
<a href="/2024/12/11/variable_is_set.html">variable_is_set</a> <time datetime="2024-12-11T16:49:48.605Z">Dec 11, 2024</time></section> | ||
</li> | ||
<li> | ||
<a href="/2022/08/13/GIT_SSH_COMMAND.html">GIT_SSH_COMMAND</a> | ||
<div><time datetime="2022-08-13T15:24:00+00:00">Aug 13, 2022</time></div> | ||
<a href="/2024/04/29/simple_baguette.html">Simple Baguette</a> <time datetime="2024-04-29T18:49:00+01:00">Apr 29, 2024</time></section> | ||
</li> | ||
</ul> | ||
</main> | ||
<li> | ||
<a href="/2022/08/13/GIT_SSH_COMMAND.html">GIT_SSH_COMMAND</a> <time datetime="2022-08-13T15:24:00+00:00">Aug 13, 2022</time></section> | ||
</li> | ||
</ol> | ||
</main> | ||
</body> | ||
</html> | ||
|
||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters