forked from andreondra/stcblog
-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitpod.yml
executable file
·25 lines (21 loc) · 987 Bytes
/
.gitpod.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
image:
file: .gitpod.Dockerfile
ports:
- port: 8080
onOpen: open-preview
- port: 3306
onOpen: ignore
- port: 8025
onOpen: ignore
- port: 1025
onOpen: ignore
- port: 9000
onOpen: ignore
tasks:
- init: gp await-port 3306 && wp-setup-theme && cd /workspace/stcblog/public_html && wp theme activate stcblog && wp option set blogname studuj.digital && wp option set blogdescription "Články, novinky, tipy a triky z dílny studentů Microsoft STC o moderních technologiích. Studuj s námi digitálně!" && wp post delete 1 && wp plugin install wordpress-importer --activate && wp plugin install syntaxhighlighter --activate && wp import dev/posts.xml --authors=create
command: apache2ctl start # start Apache server
# start MailHog (SMTP testing tool)
- command: mailhog -api-bind-addr 127.0.0.1:8025 -ui-bind-addr 127.0.0.1:8025 -smtp-bind-addr 127.0.0.1:1025
vscode:
extensions:
- [email protected]:oSIVGGL6KX7O0jzLr2O0TA==