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
|
||||
become: true
|
||||
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
|
||||
shell:
|
||||
cmd: deno task soapbox
|
||||
|
||||
Reference in New Issue
Block a user