|
|
@ -56,7 +56,7 @@ steps: |
|
|
|
# Commit changes |
|
|
|
- git commit -m "Update Helm charts from commit ${DRONE_COMMIT}" || echo "No changes to commit" |
|
|
|
# Push with API key, ensuring proper variable expansion |
|
|
|
- "PUSH_URL=\"https://x:${GITEATOKEN}@git.interlegis.leg.br/SEIT/rancher-charts.git\"" |
|
|
|
- "PUSH_URL=\"https://x:60dd20a2497096bd2354b2b259e5b574b490f942@git.interlegis.leg.br/SEIT/rancher-charts.git\"" |
|
|
|
- "git push \"$PUSH_URL\" HEAD:gh-pages --force || { echo \"Git push failed\"; exit 1; }" |
|
|
|
environment: |
|
|
|
GITEATOKEN: |
|
|
|