You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,8 @@
1
-
# Blocks listing 🚀
1
+
# Search blocks 🚀
2
2
3
3
[](https://github.com/plone/cookieplone-templates/)
Copy file name to clipboardExpand all lines: devops/README-GHA.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,11 +9,11 @@ Welcome to the DevOps operations guide for deploying your project using GitHub A
9
9
### Step 1: Create a New Environment
10
10
11
11
1. Visit [GitHub](https://github.com/) and log in with your credentials.
12
-
2. Go to your repository at [collective/collective-blockslisting](https://github.com/collective/collective-blockslisting).
12
+
2. Go to your repository at [collective/collective-searchblocks](https://github.com/collective/collective-searchblocks).
13
13
3. Click on `Settings` at the top-right corner.
14
14
4. In the left sidebar, click on `Environments`.
15
15
5. Press `New environment`.
16
-
6. Name the environment `collective-blockslisting.example.com` and hit `Configure environment`.
16
+
6. Name the environment `collective-searchblocks.example.com` and hit `Configure environment`.
17
17
18
18
### Step 2: Add Environment Secrets 🔒
19
19
@@ -24,7 +24,7 @@ After setting up the environment, it's time to add secrets. These are sensitive
24
24
25
25
| Secret Name | Secret Value | Description |
26
26
|-------------|--------------|-------------|
27
-
| DEPLOY_HOST | collective-blockslisting.example.com | The hostname or IP address of your Docker Swarm manager. |
27
+
| DEPLOY_HOST | collective-searchblocks.example.com | The hostname or IP address of your Docker Swarm manager. |
28
28
| DEPLOY_PORT | 22 | The SSHD Port. |
29
29
| DEPLOY_USER | plone | The user to connect to the deploy host, with permissions to run Docker commands. |
30
30
| 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. |
@@ -40,30 +40,30 @@ Add the repository variable as follows:
Upon successful completion of the tests, Docker images for the Backend (`ghcr.io/collective/collective-blockslisting-backend`) and Frontend (`ghcr.io/collective/collective-blockslisting-frontend`) will be available.
54
+
Upon successful completion of the tests, Docker images for the Backend (`ghcr.io/collective/collective-searchblocks-backend`) and Frontend (`ghcr.io/collective/collective-searchblocks-frontend`) will be available.
55
55
56
56
### Initiating Manual Deployment
57
57
58
-
1. Navigate to [Manual Deployment of collective-blockslisting.example.com](https://github.com/collective/collective-blockslisting/actions/workflows/manual-deploy.yml).
58
+
1. Navigate to [Manual Deployment of collective-searchblocks.example.com](https://github.com/collective/collective-searchblocks/actions/workflows/manual-deploy.yml).
59
59
2. Click on `Run workflow`.
60
60
3. Select `Branch: main` under **Use workflow from**.
61
61
4. Press `Run workflow`.
62
62
63
63
The workflow will execute the following actions:
64
64
65
65
- Connect to **DEPLOY_HOST** using **DEPLOY_USER** and **DEPLOY_SSH** key.
66
-
- Initiate a new deployment using the `devops/stacks/collective-blockslisting.example.com.yml` stack.
66
+
- Initiate a new deployment using the `devops/stacks/collective-searchblocks.example.com.yml` stack.
67
67
- Provide a detailed report of the deployment outcome.
68
68
69
69
Congratulations! 🎉 You've successfully configured and initiated a manual deployment using GitHub Actions. Monitor the workflow for real-time updates on the deployment process.
0 commit comments