File tree Expand file tree Collapse file tree 1 file changed +1
-15
lines changed Expand file tree Collapse file tree 1 file changed +1
-15
lines changed Original file line number Diff line number Diff line change @@ -130,26 +130,12 @@ Find instructions for this optional step in [the database docs](./database.md).
130
130
131
131
## Deploying locally using fly
132
132
133
- If you'd like to deploy locally you definitely can. You need to (temporarily)
134
- move the ` Dockerfile ` and the ` .dockerignore ` to the root of the project first.
135
- Then you can run the deploy command:
133
+ If you'd like to deploy locally, just run fly's deploy command:
136
134
137
135
```
138
- mv ./other/Dockerfile Dockerfile
139
- mv ./other/.dockerignore .dockerignore
140
136
fly deploy
141
137
```
142
138
143
- Once it's done, move the files back:
144
-
145
- ```
146
- mv Dockerfile ./other/Dockerfile
147
- mv .dockerignore ./other/.dockerignore
148
- ```
149
-
150
- You can keep the ` Dockerfile ` and ` .dockerignore ` in the root if you prefer,
151
- just make sure to remove the move step from the ` .github/workflows/deploy.yml ` .
152
-
153
139
## Deploying locally using docker/podman
154
140
155
141
If you'd like to deploy locally by building a docker container image, you
You can’t perform that action at this time.
0 commit comments