Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Approval for feature deployments
  • Loading branch information
Jancis committed Jan 22, 2024
commit ffedce6d5ff978d07eb4c443d2b24f0cecffdd7b
21 changes: 20 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,33 @@ workflows:
context: silta_dev
codebase-build:
- silta/npm-install-build
filters:
branches:
only:
- main

- approval:
type: approval
name: "Deployment approval"
filters:
branches:
ignore:
- production
- main
- /dependabot\/.*/

- silta/frontend-build-deploy:
<<: *build-deploy
requires:
- "Deployment approval"
filters:
branches:
ignore:
- production
- main
- /dependabot\/.*/

- silta/frontend-build-deploy:
# Extend the build-deploy configuration for the production environment.
<<: *build-deploy
name: Silta build & deploy production
context: silta_finland
Expand Down