Skip to content

Commit

Permalink
Add manual run for deploying app
Browse files Browse the repository at this point in the history
  • Loading branch information
Antony1060 committed Aug 8, 2023
1 parent 2a79fc1 commit cfc4ad6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/production-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
tags:
- '@edgelabs/app@**'
workflow_dispatch:

jobs:
zip-files:
Expand Down Expand Up @@ -45,4 +46,4 @@ jobs:
app_id: '987654338'
server: https://api.edgeserver.io
token: ${{ secrets.SIGNAL_TOKEN }}
directory: apps/app/dist
directory: apps/app/dist

0 comments on commit cfc4ad6

Please sign in to comment.