Skip to content

Commit

Permalink
Update README-GHA.md
Browse files Browse the repository at this point in the history
  • Loading branch information
davisagli authored Nov 15, 2024
1 parent 560ee7a commit c0632ed
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ After setting up the environment, it's time to add secrets. These are sensitive
| DEPLOY_PORT | 22 | The SSHD Port. |
| DEPLOY_USER | plone | The user to connect to the deploy host, with permissions to run Docker commands. |
| DEPLOY_SSH | Contents of `devops/etc/keys/plone_prod_deploy_ed25519` | The private SSH key used for connection. The corresponding public key should be in the `~/.ssh/authorized_keys` file of the deployment user. |
| ENV_FILE | Contents of `devops/.env_file_gha` | The file containing environment variables used by the stack file. |
| ENV_FILE | Contents of `devops/.env_gha` | The file containing environment variables used by the stack file. |

### Step 3: Add Repository Variables 📚

Expand Down

0 comments on commit c0632ed

Please sign in to comment.