-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
Hi Adam,
I've tried to deploy a static index.html using ness and not had any luck. Here's the repo: https://github.com/ilanc/ness-test
What I see:
$ ness deploy --dir public --profile ilan --verbose
✔ Validating AWS credentials (Account #366730223589)It just ends there and returns to the shell prompt.
There's a single static file in the public dir:
$ ll public/
total 12
drwxrwxr-x 2 ilan ilan 4096 Aug 2 09:28 ./
drwxrwxr-x 4 ilan ilan 4096 Aug 2 09:42 ../
-rw-rw-r-- 1 ilan ilan 492 Aug 2 09:31 index.htmlHere's my env:
$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 18.04.5 LTS
Release: 18.04
Codename: bionic
$ node --version
v16.4.2
$ aws --version
aws-cli/2.2.25 Python/3.8.8 Linux/5.4.0-80-generic exe/x86_64.ubuntu.18 prompt/off
$ nvm --version
0.38.0
My aws config is set as:
[profile ilan]
region = af-south-1
output = jsonadamdotdevin
Metadata
Metadata
Assignees
Labels
No labels