silexlabs / Silex

Silex is an online tool for visually creating static sites with dynamic data. With the free/libre spirit of internet, together.
https://www.silex.me
GNU Affero General Public License v3.0
2.32k stars 585 forks source link

How would we deploy to AWS via docker. #1200

Closed Sunsiha closed 1 year ago

Sunsiha commented 2 years ago

I have to publish the page using EC2 instance. Do we have any link related with that?

lexoyo commented 2 years ago

To do that you have several options

  1. Publish to local file system then upload it by hand or with a tool like https://rclone.org/
  2. Publish to github and use github actions to upload (there are probably actions for that in github marketplace
  3. Contribute an AWS service to https://github.com/silexlabs/unifile - this is my favorite option of course, you need to know nodejs but it should not be a lot of work, let me know if you need pointers