We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd655cd commit 06f908bCopy full SHA for 06f908b
.github/workflows/deploy.yml
@@ -156,12 +156,6 @@ jobs:
156
file: 'fly.toml'
157
field: 'app'
158
159
- # move Dockerfile to root
160
- - name: 🚚 Move Dockerfile
161
- run: |
162
- mv ./other/Dockerfile ./Dockerfile
163
- mv ./other/.dockerignore ./.dockerignore
164
-
165
- name: 🎈 Setup Fly
166
uses: superfly/flyctl-actions/[email protected]
167
fly.toml
@@ -13,6 +13,10 @@ auto_rollback = true
13
source = "data"
14
destination = "/data"
15
16
+[build]
17
+dockerfile = "/other/Dockerfile"
18
+ignorefile = "/other/Dockerfile.dockerignore"
19
+
20
[[services]]
21
internal_port = 8080
22
processes = [ "app" ]
other/.dockerignore renamed to other/Dockerfile.dockerignore
0 commit comments