mirror of
https://github.com/aljazceru/ditto.git
synced 2025-12-17 05:24:22 +01:00
playbook: upgrade Deno
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user