This commit is contained in:
@@ -43,6 +43,7 @@ steps:
|
|||||||
curl -X POST -H "Content-Type: application/json" --data '{"text": "Build completed: '$CI_COMMIT_SHA'"}' $WEBHOOK_URL
|
curl -X POST -H "Content-Type: application/json" --data '{"text": "Build completed: '$CI_COMMIT_SHA'"}' $WEBHOOK_URL
|
||||||
|
|
||||||
- name: push-to-github
|
- name: push-to-github
|
||||||
|
# Corrected Indentation applied to all keys below this line:
|
||||||
image: alpine/git
|
image: alpine/git
|
||||||
environment:
|
environment:
|
||||||
GITHUB_TOKEN:
|
GITHUB_TOKEN:
|
||||||
@@ -58,4 +59,3 @@ steps:
|
|||||||
# --- Existing Commands ---
|
# --- Existing Commands ---
|
||||||
- git remote add github https://$GITHUB_TOKEN@github.com/Magiciian/dummy-app.git
|
- git remote add github https://$GITHUB_TOKEN@github.com/Magiciian/dummy-app.git
|
||||||
- git push github HEAD:main
|
- git push github HEAD:main
|
||||||
|
|
||||||
Reference in New Issue
Block a user