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