diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 850a436..5cafda9 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -3,7 +3,7 @@ name: Build and Push Docker Images Staging on: push: branches: - - staging + - production env: GIT_HOST: git.easysoft.ro @@ -16,7 +16,7 @@ env: CV_CLEANUP_JOB_IMAGE: apps/myai-cv-cleanup-job CV_SEARCH_JOB_IMAGE: apps/myai-cv-search-job PAGE_FETCHER_API_IMAGE: apps/myai-page-fetcher-api - IMAGE_TAG: staging + IMAGE_TAG: production jobs: build: diff --git a/CV.pdf b/CV.pdf deleted file mode 100644 index 2c81179..0000000 Binary files a/CV.pdf and /dev/null differ