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
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ If there's SSH & Git, you can sync WordPress and Azure DevOps using git.
15
15
16
16
Let your CI Pipeline manage getting those plugin updates from your unix WordPress server.
17
17
18
-
If you like the project, don't forget to click the ⭐up top!
18
+
If you like the project, don't forget to click the ⭐up top!
19
19
20
20
#### 🔴 Live WordPress Branch History
21
21
@@ -35,7 +35,7 @@ bash ~/wp-git-sync.sh \
35
35
36
36
More information on the [arguments](https://github.com/devnetkc/wordpress-ssh-git-ci/wiki/How-To-Use#arguments) is available on the [Wiki](https://github.com/devnetkc/wordpress-ssh-git-ci/wiki) page [__How to Use__](https://github.com/devnetkc/wordpress-ssh-git-ci/wiki/How-To-Use)
37
37
38
-
#### 🔧Azure Pipeline
38
+
#### 🔧Azure Pipeline
39
39
40
40
YAML Example:
41
41
*note: This example uses Azure Key store variables*
- [ ] **Web server have git capability** -- think this is the most important one
@@ -76,7 +76,7 @@ Console Log:
76
76
- [ ] Some kind of ci pipeline or `cron` job to hook into after a branch update event triggers an agent to run the script remotely
77
77
78
78
<!-- markdownlint-disable -->
79
-
#### 🚘What it has:
79
+
#### 🚘What it has:
80
80
<!-- markdownlint-restore -->
81
81
82
82
- Parameter options for dynamic use
@@ -117,7 +117,7 @@ New issues or requests will be tracked on the [kanban board](https://github.com/
117
117
118
118
Emoji guide can be found here on the [gimoji project site](https://gitmoji.carloscuesta.me/). Choose an emoji from the list provided above that fitst the fix or change you are submitting
119
119
120
-
#### :twisted_rightwards_arrows: Submitting a pull request
120
+
#### 🔀 Submitting a pull request
121
121
122
122
1) Fork the repository [wordpress-ssh-git-ci](https://github.com/devnetkc/wordpress-ssh-git-ci)
123
123
2) Create a new branch off of [master](https://github.com/devnetkc/wordpress-ssh-git-ci/tree/master)
0 commit comments