Disable dry-run, enable real deployement

This commit is contained in:
Ryan Kienstra
2024-03-06 11:07:48 -06:00
parent ecf4e962cd
commit 5d57141f32
+6 -1
View File
@@ -38,6 +38,11 @@ workflows:
requires:
- approval-for-deploy-tested-up-to-bump
- wp-svn/deploy:
dry-run: true
context: genesis-svn
filters:
tags:
only: /^\d+\.\d+\.\d+$/
branches:
ignore: /.*/
requires:
- checks