Skip to content
Snippets Groups Projects
Select Git revision
  • eee715c81f458b619b9e8c195fe85c200663c7eb
  • master default protected
  • feat/npm-publish
  • feat/demo-deploy
  • change-demo-deploy
  • remove-smoke
  • feat/acceptance-tests
  • feature/deploy-composer.json
  • feature/mysql-bin-logs
  • skip-codecept-for-libs
  • include-composer-json
  • exclude-wp-assets
  • update_codecept_image
  • fix/silenced-copy
  • remove-free-translations
  • codeception-with-optional-step
  • improve-parallelization
  • linter-exit
  • change-images
  • fix/linter
  • globally-raise-mem-limit
  • no-symlink2
22 results

gitlab-ci-free.yml

Blame
  • gitlab-ci-free.yml 410 B
    include:
      - project: 'wpdesk/gitlab-ci'
        ref: 'feature/mysql-bin-logs'
        file: '/gitlab-ci-1.2.yml'
    
    deploy to repository:
      when: on_success
    
    deploy to demo NET:
      when: on_success
    
    deploy to demo PL:
      when: on_success
    
    deploy to demo octolize:
      when: on_success
    
    update wpdesk plugins database:
      needs:
        - deploy to repository
    
    upload translations to repo:
      when: delayed
      start_in: 30 minutes