Skip to content
Snippets Groups Projects
Commit 6f9d4a0b authored by Sebastian Pisula's avatar Sebastian Pisula
Browse files

feature(core): deploy

parent c4944d1e
No related tags found
1 merge request!14feature(core): deploy
Pipeline #280502 skipped with stage
......@@ -6,12 +6,13 @@ variables:
PRODUCTION_DEPLOY_HOST: s125.cyber-folks.pl
PRODUCTION_DEPLOY_USER: wlgmnfabmq
PRODUCTION_DEPLOY_DIR: ""
STAGE_SHOPIFY_API_KEY: ""
STAGE_SHOPIFY_API_KEY: ""
STAGE_DEPLOY_HOST: s125.cyber-folks.pl
STAGE_DEPLOY_USER: wlgmnfabmq
STAGE_DEPLOY_DIR: ""
RUN_AFTER_DEPLOY: "pwd"
DEPLOY_AFTER_SCRIPT: ""
DEPLOY_DEPENDENCIES: ""
PREDATORS_GROUP_ID: 788
stages:
......@@ -68,6 +69,7 @@ stages:
dependencies:
- composer install
- prepare assets stage
- $DEPLOY_DEPENDENCIES
.template: &deploy-to-production
<<: *deploy-template
......@@ -78,6 +80,7 @@ stages:
dependencies:
- composer install
- prepare assets production
- $DEPLOY_DEPENDENCIES
composer install:
artifacts:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment