Small changes to deploy
This commit is contained in:
21
Taskfile.yml
Normal file
21
Taskfile.yml
Normal 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
|
||||
Reference in New Issue
Block a user