Skip to content

Commit

Permalink
Added new extcore vm for deploy process
Browse files Browse the repository at this point in the history
  • Loading branch information
Sandeep Kadam committed Dec 2, 2022
1 parent f197fbb commit d0a662d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ image: node:16.15.1

variables:
# project specific variables can be defined here
VM_DEV: "$EBI8_DEV_VMS"
VM_PROD: "$EBI8_PROD_VMS"
VM_DEV: "$EXTCORE_DEV_VMS"
VM_PROD: "$EXTCORE_PROD_VMS"
VM_PATH_STABLE: /var/www/drupal/stable.visual-framework.dev # tags
VM_PATH_LATEST: /var/www/drupal/latest.visual-framework.dev # develop
SSH_OWNER_ID: wd_drupl
Expand Down

0 comments on commit d0a662d

Please sign in to comment.