mirror of
https://gitlab.com/TheGamecraft/c-cms.git
synced 2026-04-21 02:39:10 -04:00
Edit Material Design Dashboard
This commit is contained in:
@@ -51,4 +51,20 @@ deploy_736:
|
||||
name: escadron736
|
||||
url: http://736.exvps.ca
|
||||
only:
|
||||
- master
|
||||
- master
|
||||
|
||||
deploy_dev:
|
||||
stage: deploy
|
||||
script:
|
||||
- 'which ssh-agent || ( apt-get update -y && apt-get install openssh-client -y )'
|
||||
- eval $(ssh-agent -s)
|
||||
- ssh-add <(echo "$SSH_PRIVATE_KEY")
|
||||
- mkdir -p ~/.ssh
|
||||
- '[[ -f /.dockerenv ]] && echo -e "Host *\n\tStrictHostKeyChecking no\n\n" > ~/.ssh/config'
|
||||
|
||||
- ~/.composer/vendor/bin/envoy run deploy_736 --commit="$CI_COMMIT_SHA"
|
||||
environment:
|
||||
name: dev
|
||||
url: http://dev.exvps.ca
|
||||
only:
|
||||
- dev
|
||||
Reference in New Issue
Block a user