Skip to content

Commit

Permalink
Added new extcore vm for deploy process (#1832)
Browse files Browse the repository at this point in the history
Co-authored-by: Sandeep Kadam <sandeep@ebi.ac.uk>
  • Loading branch information
sandykadam and Sandeep Kadam authored Dec 2, 2022
1 parent f197fbb commit addd652
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 addd652

Please sign in to comment.