13 Commits

Author SHA1 Message Date
Marcin-Ramotowski
b56efa4fa3 Automatyczna zmiana: 1753630035 2025-07-27 17:29:21 +02:00
Marcin-Ramotowski
bb0a6e5dd9 Automatyczna zmiana: 1753629562 2025-07-27 17:29:13 +02:00
Marcin-Ramotowski
072cf7e9aa Automatyczna zmiana: 1753628608 2025-07-27 17:03:34 +02:00
Marcin-Ramotowski
17add103eb Automatyczna zmiana: 1753627976 2025-07-27 16:53:00 +02:00
Marcin-Ramotowski
b887fd46b0 Automatyczna zmiana: 1753626456 2025-07-27 16:32:56 +02:00
Marcin-Ramotowski
abf126f31e Automatyczna zmiana: 1753625912 2025-07-27 16:31:17 +02:00
Marcin-Ramotowski
0d6a52d2f9 Automatyczna zmiana: 1753625345 2025-07-27 16:09:10 +02:00
Marcin-Ramotowski
e080594dcb Automatyczna zmiana: 1753624962 2025-07-27 16:03:26 +02:00
Marcin-Ramotowski
6a11df64b0 Automatyczna zmiana: 1753624408 2025-07-27 15:53:34 +02:00
Marcin-Ramotowski
fe9a68023a Automatyczna zmiana: 1753624006 2025-07-27 15:46:56 +02:00
Marcin-Ramotowski
80210e67ea Automatyczna zmiana: 1753623624 2025-07-27 15:40:34 +02:00
Marcin-Ramotowski
300adef0f9 Updated path in repo 2025-07-27 14:56:59 +02:00
Marcin-Ramotowski
492df7e45c Changed deploy repo branch 2025-07-27 14:48:25 +02:00
2 changed files with 7 additions and 6 deletions

View File

@@ -1,5 +1,5 @@
when:
- event: push
- event: [push, manual]
branch: woodpecker
steps:
@@ -33,7 +33,8 @@ steps:
- name: gitops-commit
image: alpine/git
environment:
DEPLOY_REPO: ssh://git@srv22.mikr.us:20343/pikram/user-microservice-deploy.git
DEPLOY_REPO_URL: ssh://git@srv22.mikr.us:20343/pikram/user-microservice-deploy.git
DEPLOY_REPO_BRANCH: woodpecker-fluxcd-deploy
GITEA_DEPLOY_KEY:
from_secret: gitea-deploy-key
GITEA_KNOWN_HOST:
@@ -50,8 +51,8 @@ steps:
- git config --global user.name "woodpecker[bot]"
- git config --global user.email "woodpecker@marcin00.pl"
- git clone $DEPLOY_REPO --branch woodpecker-deploy
- cd user-microservice-deploy
- git clone $DEPLOY_REPO_URL --branch $DEPLOY_REPO_BRANCH
- cd user-microservice-deploy/apps/user-microservice
- |
awk -v commit="$CI_COMMIT_SHA" '
@@ -67,4 +68,4 @@ steps:
- git add deploy.yaml
- 'git diff-index --quiet HEAD || git commit -m "WOODPECKER: Changed deployed version to $CI_COMMIT_SHA"'
- git push origin woodpecker-deploy
- git push origin $DEPLOY_REPO_BRANCH

View File

@@ -1 +1 @@
1753539316
1753630035