Skip to content

Commit 2e52cb7

Browse files
committed
WIP test deploy via action from initial-version branch
1 parent c0f4bc3 commit 2e52cb7

File tree

1 file changed

+8
-11
lines changed

1 file changed

+8
-11
lines changed

.github/workflows/deploy.yml

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ on:
33
push:
44
branches:
55
- main
6+
- initial-version
67

78
jobs:
89
deploy:
@@ -12,14 +13,10 @@ jobs:
1213
- uses: actions/setup-node@v2
1314
with:
1415
node-version: 12
15-
- run: npx semantic-release
16-
env:
17-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
18-
- name: 'Run Azure Functions Action'
19-
uses: Azure/functions-action@v1
20-
id: fa
21-
with:
22-
app-name: "probot-example"
23-
package: "."
24-
# probot/example-azure-function credentials provided by @bcoe
25-
publish-profile: ${{ secrets.AZURE_FUNCTION_APP_PUBLISH_PROFILE }}
16+
- name: "Run Azure Functions Action"
17+
uses: Azure/functions-action@v1
18+
id: fa
19+
with:
20+
app-name: "probot-example"
21+
package: "."
22+
publish-profile: ${{ secrets.AZURE_FUNCTION_APP_PUBLISH_PROFILE }}

0 commit comments

Comments
 (0)