Skip to content

Commit

Permalink
Update workflow.yml to be manually dispatched
Browse files Browse the repository at this point in the history
  • Loading branch information
cau777 committed Mar 26, 2023
1 parent 1a992a1 commit aa2d7ad
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
name: Docker Deploy

on:
push:
branches:
- "master"
# Allow manually trigger
workflow_dispatch:


jobs:
Expand Down
4 changes: 2 additions & 2 deletions client/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ var nextConfig = {
return [
{
source: "/api/convert_image",
destination: "https://caua-rinaldi.dev/api/convert_image"
destination: "https://caua-rinaldi.dev/api/convert-image"
},
{
source: "/api/extract_keywords",
destination: "https://caua-rinaldi.dev/api/extract_keywords"
destination: "https://caua-rinaldi.dev/api/extract-keywords"
}
]
}
Expand Down

0 comments on commit aa2d7ad

Please sign in to comment.