Skip to content

Commit 224ac10

Browse files
authored
Merge pull request #102 from ALLAN-DIP/revert-test-commit
Revert "[TEST] Use branch name for VM setup files before merging"
2 parents dbaee58 + c3aa1e9 commit 224ac10

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vm_conf/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ Use the following steps both for initially deploying and later redeploying the a
1515
```
1616
- Download the latest versions of the required files with the following commands:
1717
```bash
18-
wget --output-document Caddyfile https://raw.githubusercontent.com/ALLAN-DIP/diplomacy/refs/heads/alex-dev/vm_conf/Caddyfile
19-
wget --output-document compose.yaml https://raw.githubusercontent.com/ALLAN-DIP/diplomacy/refs/heads/alex-dev/vm_conf/compose.yaml
18+
wget --output-document Caddyfile https://raw.githubusercontent.com/ALLAN-DIP/diplomacy/refs/heads/main/vm_conf/Caddyfile
19+
wget --output-document compose.yaml https://raw.githubusercontent.com/ALLAN-DIP/diplomacy/refs/heads/main/vm_conf/compose.yaml
2020
```
2121
- Start the server with the following command:
2222
```bash

0 commit comments

Comments
 (0)