move source to cmd
This commit is contained in:
1
.github/workflows/deploy.yml
vendored
1
.github/workflows/deploy.yml
vendored
@@ -25,6 +25,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
name: 'Coffee'
|
name: 'Coffee'
|
||||||
entry_point: Coffee
|
entry_point: Coffee
|
||||||
|
source_dir: '/cmd'
|
||||||
description: 'Ping selected group of members on mattermost when coffee is mentioned'
|
description: 'Ping selected group of members on mattermost when coffee is mentioned'
|
||||||
env_vars: 'MATTERMOST_TOKEN=${{ secrets.MATTERMOST_TOKEN }},TEST_TOKEN=${{ secrets.TEST_TOKEN }}'
|
env_vars: 'MATTERMOST_TOKEN=${{ secrets.MATTERMOST_TOKEN }},TEST_TOKEN=${{ secrets.TEST_TOKEN }}'
|
||||||
runtime: 'go119'
|
runtime: 'go119'
|
||||||
|
|||||||
Reference in New Issue
Block a user