ansible patch

This commit is contained in:
변정훈
2023-06-30 12:04:08 +09:00
parent b86191664f
commit a7d5d2932c

View File

@@ -4,8 +4,8 @@
args:
chdir: /runner/project
- name: git remote add
shell: git remote add origin https://github.com/ByeonJungHun/ipcheck.git
- name: git init
shell: git init
args:
chdir: /runner/project
@@ -19,6 +19,16 @@
args:
chdir: /runner/project
- name: git branch
shell: git branch -M main
args:
chdir: /runner/project
- name: git remote add
shell: git remote add origin https://github.com/ByeonJungHun/ipcheck.git
args:
chdir: /runner/project
- name: git push
shell: git push -u origin main
args: