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
📝🎨 Adding Wiki link to top & emoji's to the headers PR (#12)
* 💡 Moved comments on error codes to wiki
* 📝 updated pipeline console log after logic checks added
* 🔖 marking version 1.0.1 after enhancements
The changes were not breaking to anything useing v1.0.0 commands.
This update only improves effiency
* 📝 added link to wiki page on argument value explination and fixed broken img links
* 📝 Changed capital formating for Wiki
* 📝🎨 Adding emoji's to the headers of the README file
✏️ Also addressed a missing word at the bottom talking about the kanban board
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)
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)
34
37
35
-
#### Azure Pipeline
38
+
#### 🔧Azure Pipeline
36
39
37
40
YAML Example:
38
41
*note: This example uses Azure Key store variables*
- **Web server have git capability** -- think this is the most important one
68
-
- A method to store your secrete variables such as
70
+
- [ ] **Web server have git capability** -- think this is the most important one
71
+
- [ ] A method to store your secrete variables such as
69
72
- username
70
73
- password/token
71
-
- SSH access to execute scripts on WordPress server
74
+
- [ ] SSH access to execute scripts on WordPress server
72
75
- *note: `cron` can serve as a slower alternative to SSH*
73
-
- Some kind of CI pipeline or `cron` job to hook into after a branch update event triggers an agent to run the script remotely
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
74
77
75
78
<!-- markdownlint-disable -->
76
-
#### What it has:
79
+
#### 🚘What it has:
77
80
<!-- markdownlint-restore -->
78
81
79
82
- Parameter options for dynamic use
80
83
- Separated functions
81
84
- Is executed through an ssh call to your WordPress web server
82
85
83
86
<!-- markdownlint-disable -->
84
-
#### What it does is:
87
+
#### 🚗 What it does is:
85
88
<!-- markdownlint-restore -->
86
89
87
90
- Check a git repo on a WordPress web server for changes
@@ -96,25 +99,25 @@ Console Log:
96
99
97
100
Essentially, it allows WordPress developers to be more hands off with their shared hosting WordPress server backends, while still fully benefitting from any of the many source control repository and project board sites for git — but while using WordPress at the same time.
This is a simple script project to automate a painful manual process I dealt with every day at the office. This gets a WordPress git repository on a unix server and Azure DevOps to play nice with one another.
108
111
109
112
If you see some adjustments to make, by all means suggest them. This needs some clean up and refactoring yet.
110
113
111
114
New issues or requests will be tracked on the [kanban board](https://github.com/devnetkc/wordpress-ssh-git-ci/projects/1) for the project.
112
115
113
-
#### Emoji's in commits
116
+
#### :bowtie: Emoji's in commits
114
117
115
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
116
119
117
-
#### Submitting a pull request
120
+
#### :twisted_rightwards_arrows: Submitting a pull request
118
121
119
122
1) Fork the repository [wordpress-ssh-git-ci](https://github.com/devnetkc/wordpress-ssh-git-ci)
120
123
2) Create a new branch off of [master](https://github.com/devnetkc/wordpress-ssh-git-ci/tree/master)
@@ -126,8 +129,10 @@ Emoji guide can be found here on the [gimoji project site](https://gitmoji.carlo
126
129
127
130
It is also recommended to keep your pull request down to one specific issue or feature at a time.
128
131
129
-
## WIKI & FAQ
132
+
## ❓ Wiki & FAQ
130
133
131
-
A [WIKI](https://github.com/devnetkc/wordpress-ssh-git-ci/wiki/) is available for the project and is moderatly managed.
134
+
A [Wiki](https://github.com/devnetkc/wordpress-ssh-git-ci/wiki/) is available for the project and is moderatly managed.
132
135
133
136
[FAQ information](https://github.com/devnetkc/wordpress-ssh-git-ci/wiki/FAQ) can be found [here](https://github.com/devnetkc/wordpress-ssh-git-ci/wiki/FAQ).
137
+
138
+
The [Kanban Roadmap Board](https://github.com/devnetkc/wordpress-ssh-git-ci/projects/1) is also available to track progress or see tasks in querie to be worked on.
0 commit comments