Skip to content

Commit

Permalink
ci(fly): use docker image instead of local dockerfile (#140)
Browse files Browse the repository at this point in the history
* fix(core): use canonical header name

* ci(fly): enable swap in deployment

* ci(fly): rely on edge image instead of local dockerfile due to missing build args
  • Loading branch information
ayuhito authored Sep 4, 2024
1 parent bd7d375 commit 1a9de99
Show file tree
Hide file tree
Showing 6 changed files with 514 additions and 507 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
name: Demo Deploy
on:
push:
branches:
- main
workflow_dispatch:
workflow_run:
workflows: [Docker Edge Publish]
types: [completed]
branches: [main]

jobs:
deploy:
name: Deploy app
Expand Down
Loading

0 comments on commit 1a9de99

Please sign in to comment.