This commit is contained in:
ByeonJungHun
2024-01-04 16:06:37 +09:00
parent 7b3010558a
commit 8681d69fbc

View File

@@ -34,15 +34,12 @@
shell: | shell: |
pwd pwd
ls -al ls -al
git config --global user.email "sa_8001@ex-em.com" git clone https://{{ git_user }}:{{ git_key }}@github.com/CloudMOA/security_check.git
git config --global user.name "ByeonJungHun" cp ./README.md ./security_check/README.md
git config --global init.defaultBranch main cd ./security_check
git init
git remote add origin https://{{ git_user }}:{{ git_key }}@github.com/CloudMOA/security_check.git
git pull origin main
git add . git add .
git commit -m "README.md Update" git commit -m "검사 결과 업데이트"
git push origin main git push
delegate_to: 127.0.0.1 delegate_to: 127.0.0.1
when: "'nas' in group_names" when: "'nas' in group_names"