You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Deploy your application to the Defang Playground by opening up your terminal and typing:
30
+
```bash
31
+
defang compose up
32
+
```
33
+
34
+
### BYOC (AWS)
35
+
36
+
If you want to deploy to your own cloud account, you can use Defang BYOC:
37
+
38
+
1.[Authenticate your AWS account](https://docs.aws.amazon.com/cli/latest/userguide/cli-chap-configure.html), and check that you have properly set your environment variables like `AWS_PROFILE`, `AWS_REGION`, `AWS_ACCESS_KEY_ID`, and `AWS_SECRET_ACCESS_KEY`.
39
+
2. Run in a terminal that has access to your AWS environment variables:
40
+
```bash
41
+
defang --provider=aws compose up
42
+
```
27
43
---
28
44
29
45
Title: HTML & CSS & JavaScript
@@ -32,4 +48,4 @@ Short Description: A simple HTML + CSS + JavaScript website running on Defang.
ImgProxy is a fast and secure standalone server for resizing and converting remote images. It's can be deployed using their official Docker image, as documented [here](https://docs.imgproxy.net/installation#docker).
5
+
ImgProxy is a fast and secure standalone server for resizing and converting remote images. It can be deployed using the official Docker image, as documented [here](https://docs.imgproxy.net/installation#docker).
0 commit comments