Skip to content

Commit ebe9ebc

Browse files
committed
docs
1 parent 04188eb commit ebe9ebc

File tree

1 file changed

+2
-2
lines changed
  • utility/gitlab-ci/commit-playbook-zip

1 file changed

+2
-2
lines changed

utility/gitlab-ci/commit-playbook-zip/readme.MD

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ When working
44
with [cloudshell ansible playbooks](https://help.quali.com/Online%20Help/0.0/Portal/Content/DevGuide/Config-Mng/Ansible.htm?tocpath=The%20CloudShell%20DevGuide%7CDeveloping%20Configuration%20Management%20Scripts%20for%20Apps%7CAnsible%20Playbook%20Development%20for%20Apps%7C_____0)
55
with site.yml and multiple files, a zip archive needs to be committed to repo.
66

7-
Some options to handle this pain point:
7+
Some options to handle this step:
88

99
1. Create zip locally on dev machine and push source changes and zip together
1010
2. Push source code, and have [gitlab-CI](commit-back-repo-gitlab-ci.yml) job detect change to playbook folder source
@@ -14,7 +14,7 @@ Some options to handle this pain point:
1414
- this also adds binary file into repo
1515
- need to remember to pull down the new "zip" commit before pushing new changes
1616
3. Have similar [CI job](zip-and-push-to-IIS-gitlab-ci.yml) detect change and generate zip, but push to external web
17-
server hosting instead of commiting binary
17+
server hosting instead of commiting binary. Then place link to web server on app instead of gitlab hosted link.
1818
- this adds dependency of setting up another web server (can also use cloudshell IIS server)
1919
- Can pass in branch name to name of zip to have different hosted zips for testing
2020
- Firewall rules can be placed on IIS to only allow downloads from the Execution Server

0 commit comments

Comments
 (0)