Skip to content

Commit

Permalink
Merge branch 'main' into erral-allow-using-plonecli
Browse files Browse the repository at this point in the history
  • Loading branch information
erral authored Nov 26, 2024
2 parents 2b72429 + e8c1b00 commit c433e7f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend_addon/cookiecutter.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"title": "Volto Add-on",
"frontend_addon_name": "volto-addon",
"frontend_addon_name": "{{ cookiecutter.title | slugify }}",
"description": "A new add-on for Volto",
"author": "Plone Community",
"email": "collective@plone.org",
Expand Down
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 c433e7f

Please sign in to comment.