%PDF- %PDF-
Direktori : /var/www/knwn/wp-content/themes/kn-wn/ |
Current File : //var/www/knwn/wp-content/themes/kn-wn/.gitlab-ci.yml |
# You can override the included template(s) by including variable overrides # SAST customization: https://docs.gitlab.com/ee/user/application_security/sast/#customizing-the-sast-settings # Secret Detection customization: https://docs.gitlab.com/ee/user/application_security/secret_detection/#customizing-settings # Dependency Scanning customization: https://docs.gitlab.com/ee/user/application_security/dependency_scanning/#customizing-the-dependency-scanning-settings # Note that environment variables can be set in several places # See https://docs.gitlab.com/ee/ci/variables/#cicd-variable-precedence before_script: - apt-get update -qq - apt-get install -qq git # Setup SSH deploy keys - 'which ssh-agent || ( apt-get install -qq openssh-client )' - 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' deploy_staging: type: deploy environment: name: staging url: kn-wn.eco-n-tech.co.uk script: - ssh root@162.55.218.107 "cd /var/www/knwn/wp-content/themes/kn-wn && git checkout main && git pull origin main && exit" only: - main