Merge branch 'main' into staging
This commit is contained in:
commit
d23a0fed83
1 changed files with 8 additions and 0 deletions
|
@ -53,6 +53,9 @@
|
|||
tags:
|
||||
- 'customize'
|
||||
|
||||
- name: '[Config] - Generate static pages'
|
||||
command:
|
||||
cmd: 'npm run build'
|
||||
- name: '[Config] - Generate static pages'
|
||||
command:
|
||||
cmd: 'npm run build'
|
||||
|
@ -62,6 +65,11 @@
|
|||
become_user: '{{ cryptpad_user }}'
|
||||
tags:
|
||||
- 'customize'
|
||||
chdir: '{{ cryptpad_path }}'
|
||||
become: true
|
||||
become_user: '{{ cryptpad_user }}'
|
||||
tags:
|
||||
- 'customize'
|
||||
|
||||
- name: '[Config] - Copy logo'
|
||||
copy:
|
||||
|
|
Loading…
Reference in a new issue