This commit is contained in:
@ -30,14 +30,17 @@ jobs:
|
||||
run: |
|
||||
apt-get update
|
||||
apt-get install --yes postgresql-client
|
||||
|
||||
|
||||
- name: import f0ck database
|
||||
run: psql -h postgres -d f0ck -U f0ck < f0ck.sql
|
||||
env:
|
||||
PGPASSWORD: f0ck
|
||||
|
||||
|
||||
- name: create directories
|
||||
run: mkdir -p tmp public/ca deleted/{ca,b,t}
|
||||
|
||||
- name: copy config
|
||||
run: cp config_example.json config.json
|
||||
|
||||
- name: run f0ck
|
||||
run: npm start
|
||||
|
Reference in New Issue
Block a user