Use production DB name from env #19
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: 'Build INT on push to master' | |
on: | |
push: | |
branches: | |
- 'master' | |
- 'feature/cloudscale' | |
paths-ignore: | |
- 'doc/**' | |
- '**.md' | |
jobs: | |
build-image: | |
uses: ./.github/workflows/reusable_lint_test_build_update.yaml | |
with: | |
# repository: gitlab.puzzle.ch/pitc_ruby/deployments/decidim.git | |
# file: ./deployments/${{ needs.settings.outputs.namespace_name }}/kustomization.yaml | |
# image_tag: ${{ needs.version.outputs.version }} | |
# image_ref: rails | |
# identifier: ${{ needs.settings.outputs.namespace_name }} | |
image_repo: "https://harbor.puzzle.ch" | |
image_url: "harbor.puzzle.ch/decidim/stzh-int-rails" | |
configmanagement: "gitlab.puzzle.ch/pitc_ruby/deployments/decidim/" | |
configmanagement_branch: "main" | |
kustomization_path: "./deployments/pitc-decidim-stzh-int/kustomization.yaml" | |
secrets: inherit |