mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-25 20:18:38 +02:00
merged and resolved sandbox infra merge conflict
This commit is contained in:
commit
bea2f79a41
7 changed files with 48 additions and 2 deletions
13
.github/ISSUE_TEMPLATE/developer-onboarding.md
vendored
13
.github/ISSUE_TEMPLATE/developer-onboarding.md
vendored
|
@ -3,7 +3,7 @@ name: Developer Onboarding
|
|||
about: Onboarding steps for developers.
|
||||
title: 'Developer Onboarding: GH_HANDLE'
|
||||
labels: dev, onboarding
|
||||
assignees: loganmeetsworld
|
||||
assignees: abroddrick
|
||||
|
||||
---
|
||||
|
||||
|
@ -16,7 +16,7 @@ assignees: loganmeetsworld
|
|||
|
||||
There are several tools we use locally that you will need to have.
|
||||
- [ ] [Install the cf CLI v7](https://docs.cloudfoundry.org/cf-cli/install-go-cli.html#pkg-mac) for the ability to deploy
|
||||
- [ ] Make sure you have `gpg` >2.1.7. Run `gpg --version` to check.
|
||||
- [ ] Make sure you have `gpg` >2.1.7. Run `gpg --version` to check. If not, [install gnupg](https://formulae.brew.sh/formula/gnupg)
|
||||
- [ ] Install the [Github CLI](https://cli.github.com/)
|
||||
|
||||
## Access
|
||||
|
@ -80,6 +80,15 @@ You may need to add these two lines to your shell's rc file (e.g. `.bashrc` or `
|
|||
GPG_TTY=$(tty)
|
||||
export GPG_TTY
|
||||
```
|
||||
and then
|
||||
|
||||
```bash
|
||||
source ~/.bashrc
|
||||
```
|
||||
or
|
||||
```bash
|
||||
source ~/.zshrc
|
||||
```
|
||||
|
||||
## Setting up developer sandbox
|
||||
|
||||
|
|
1
.github/workflows/deploy-sandbox.yaml
vendored
1
.github/workflows/deploy-sandbox.yaml
vendored
|
@ -16,6 +16,7 @@ jobs:
|
|||
|| startsWith(github.head_ref, 'ko/')
|
||||
|| startsWith(github.head_ref, 'gd/')
|
||||
|| startsWith(github.head_ref, 'za/')
|
||||
|| startsWith(github.head_ref, 'rh/')
|
||||
|| startsWith(github.head_ref, 'nl/')
|
||||
outputs:
|
||||
environment: ${{ steps.var.outputs.environment}}
|
||||
|
|
1
.github/workflows/migrate.yaml
vendored
1
.github/workflows/migrate.yaml
vendored
|
@ -16,6 +16,7 @@ on:
|
|||
- stable
|
||||
- staging
|
||||
- nl
|
||||
- rh
|
||||
- za
|
||||
- gd
|
||||
- rb
|
||||
|
|
1
.github/workflows/reset-db.yaml
vendored
1
.github/workflows/reset-db.yaml
vendored
|
@ -17,6 +17,7 @@ on:
|
|||
- stable
|
||||
- staging
|
||||
- nl
|
||||
- rh
|
||||
- za
|
||||
- gd
|
||||
- rb
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue