Skip to content
Snippets Groups Projects

feature(core): deploy on tags

Merged Sebastian Pisula requested to merge feature/add-composer-config into main
1 file
+ 2
1
Compare changes
  • Side-by-side
  • Inline
+ 2
1
@@ -98,6 +98,7 @@ prepare assets production:
<<: *prepare-assets
only:
- master
- tags
variables:
SHOPIFY_API_KEY: $PRODUCTION_SHOPIFY_API_KEY
@@ -113,7 +114,7 @@ deploy to stage manual:
deploy to production:
<<: *deploy-to-production
only:
- master
- tags
deploy to production manual:
<<: *deploy-to-production
Loading