Skip to content

Commit 18a361a

Browse files
authored
Update .gitpod.yml
Create postgres user
1 parent e66d375 commit 18a361a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.gitpod.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,6 @@ vscode:
66
extensions:
77
- cweijan.vscode-mysql-client2
88
- vscjava.vscode-java-pack
9+
tasks:
10+
- init: create postgres user
11+
command: psql -c 'create user postgres'

0 commit comments

Comments
 (0)