mirror of
https://gitlab.com/soapbox-pub/ditto.git
synced 2025-12-06 03:19:46 +00:00
playbook: upgrade Deno
This commit is contained in:
parent
66894c3a18
commit
3dafe2b6d1
1 changed files with 7 additions and 0 deletions
|
|
@ -3,6 +3,13 @@
|
||||||
hosts: all
|
hosts: all
|
||||||
become: true
|
become: true
|
||||||
tasks:
|
tasks:
|
||||||
|
- name: Update Deno
|
||||||
|
shell:
|
||||||
|
cmd: curl -fsSL https://deno.land/x/install/install.sh | sh
|
||||||
|
environment:
|
||||||
|
DENO_INSTALL: /usr/local
|
||||||
|
become_user: root
|
||||||
|
|
||||||
- name: Update Soapbox
|
- name: Update Soapbox
|
||||||
shell:
|
shell:
|
||||||
cmd: deno task soapbox
|
cmd: deno task soapbox
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue