ansible patch
This commit is contained in:
@@ -4,8 +4,8 @@
|
|||||||
args:
|
args:
|
||||||
chdir: /runner/project
|
chdir: /runner/project
|
||||||
|
|
||||||
- name: git remote add
|
- name: git init
|
||||||
shell: git remote add origin https://github.com/ByeonJungHun/ipcheck.git
|
shell: git init
|
||||||
args:
|
args:
|
||||||
chdir: /runner/project
|
chdir: /runner/project
|
||||||
|
|
||||||
@@ -19,6 +19,16 @@
|
|||||||
args:
|
args:
|
||||||
chdir: /runner/project
|
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
|
- name: git push
|
||||||
shell: git push -u origin main
|
shell: git push -u origin main
|
||||||
args:
|
args:
|
||||||
|
|||||||
Reference in New Issue
Block a user