diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 3dbc464..46e16bd 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -30,7 +30,7 @@ jobs: name: 'coffee' description: 'Ping selected group of members on mattermost when coffee is mentioned' entry_point: Coffee - source_dir: 'cmd' + source_dir: 'src' env_vars: 'MATTERMOST_TOKEN=${{ secrets.MATTERMOST_TOKEN }},TEST_TOKEN=${{ secrets.TEST_TOKEN }}' runtime: 'go119' memory_mb: 128 diff --git a/cmd/function.go b/src/function.go similarity index 100% rename from cmd/function.go rename to src/function.go diff --git a/go.mod b/src/go.mod similarity index 100% rename from go.mod rename to src/go.mod diff --git a/go.sum b/src/go.sum similarity index 100% rename from go.sum rename to src/go.sum