Skip to content
Snippets Groups Projects
Select Git revision
  • a9681e0aacf6fbce69f50166140877e5c100a3e8
  • master default protected
  • devel
  • feature/add-escaping-to-templates
  • feature/add-priority-sorting
  • 3.3.2
  • 3.3.1
  • 3.3.0
  • 3.2.1
  • 3.2.0
  • 3.1.0
  • 3.0.0
  • 2.4.12
  • 2.4.11
  • 2.4.10
  • 2.4.9
  • 2.4.8
  • 2.4.7
  • 2.4.6
  • 2.4.5
  • 2.4.4
  • 2.4.2
  • 2.4.1
  • 2.4.0
  • 2.3.2
25 results

changelog.txt

Blame
  • To find the state of this project's repository at the time of any of these versions, check out the tags.
    gitlab-ci-free.yml 308 B
    include:
      - project: 'wpdesk/gitlab-ci'
        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