Small changes to deploy

This commit is contained in:
2024-07-04 20:47:39 +02:00
parent 2a25500946
commit d76ad28e89
9 changed files with 1529 additions and 1004 deletions

21
Taskfile.yml Normal file
View File

@@ -0,0 +1,21 @@
# https://taskfile.dev
version: '3'
vars:
GREETING: Hello, World!
tasks:
default:
cmds:
- echo "{{.GREETING}}"
silent: true
deploy:
cmds:
- vendor/bin/dep deploy
build:
cmds:
- vendor/bin/dep build
ssh:
cmds:
- vendor/bin/dep ssh