This commit is contained in:
ByeonJungHun
2024-01-04 14:51:44 +09:00
parent 13314c342d
commit c7a64fcfc9

View File

@@ -34,7 +34,8 @@
shell: | shell: |
pwd pwd
ls -al ls -al
git remote add origin https://github.com/CloudMOA/security_check.git git init
git remote add origin https://{{ git_user }}@{{ git_key }}github.com/CloudMOA/security_check.git
git add . git add .
git commit -m "README.md Update" git commit -m "README.md Update"
git push git push