Added woodpecker.

This commit is contained in:
pooyarhz99 2025-10-16 17:39:59 +03:30
parent 0cb71ea13a
commit f939807cf5
2 changed files with 15 additions and 4 deletions

View File

@ -7,10 +7,10 @@
"ACUCOBOL"
],
"workbench.colorCustomizations": {
"editorCursor.foreground": "#ef857d",
"editorCursor.foreground": "#ff7f50",
"activityBarBadge.background": "#e9dbb7",
"activityBarBadge.foreground": "#262626",
"statusBar.background": "#9f5a51",
"statusBar.foreground": "#e9dbb7"
"activityBarBadge.foreground": "#fff",
"statusBar.background": "#ff7f50",
"statusBar.foreground": "#000"
}
}

11
woodpecker.yml Normal file
View File

@ -0,0 +1,11 @@
steps:
docker_build_local:
image: woodpeckerci/plugin-docker-buildx
settings:
repo: 91.107.138.77:5000/iralex-backend
dockerfile: Dockerfile
tag: latest
when:
branch: ${CI_REPO_DEFAULT_BRANCH}
event: push