ansible patch

This commit is contained in:
변정훈
2023-06-30 12:13:29 +09:00
parent 9a90fed31e
commit 9278067376

View File

@@ -25,15 +25,15 @@
args: args:
chdir: /runner/project chdir: /runner/project
- name: git branch #- name: git branch
shell: git branch -M main # shell: git branch -M main
args: # args:
chdir: /runner/project # chdir: /runner/project
- name: git remote add #- name: git remote add
shell: git remote add origin https://github.com/ByeonJungHun/ipcheck.git # shell: git remote add origin https://github.com/ByeonJungHun/ipcheck.git
args: # args:
chdir: /runner/project # chdir: /runner/project
- name: git push - name: git push
shell: git push -u origin main shell: git push -u origin main