Skip to content

Commit 79bcef0

Browse files
author
Jason Moore
committed
Adding .probo.yaml.
1 parent 45060e8 commit 79bcef0

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

.probo.yaml

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
assets:
2+
- wordpress_github.sql.gz
3+
steps:
4+
- name: Check wp-cli.
5+
plugin: Script
6+
script:
7+
- wp --info --allow-root
8+
- name: Update wp-cli.
9+
plugin: Script
10+
script:
11+
- wp cli update --allow-root --yes
12+
- name: Check wp-cli version again.
13+
plugin: Script
14+
script:
15+
- wp --info --allow-root
16+
- name: Site setup
17+
plugin: WordPressApp
18+
database: 'wordpress_github.sql.gz'
19+
databaseName: 'wordpress'
20+
databaseGzipped: true
21+
subDirectory: 'code'
22+
devDomain: 'http://example.com'
23+
devHome: 'http://example.com/'
24+
flushCaches: true
25+
- name: Create admin user.
26+
plugin: Script
27+
script:
28+
- wp user create admin dev@probo.ci --role=administrator --allow-root

0 commit comments

Comments
 (0)