serverless-nextjs-github-ci-cd
serverless-nextjs-github-ci-cd copied to clipboard
The user-provided path .serverless does not exist.
After delete all references, I have received this message:
Run aws s3 sync .serverless s3://homologa-estrada-real-s3/estrada-real/homologa/.serverless --delete
aws s3 sync .serverless s3://homologa-estrada-real-s3/estrada-real/homologa/.serverless --delete
shell: /usr/bin/bash -e {0}
env:
AWS_DEFAULT_REGION: us-east-1
AWS_REGION: us-east-1
AWS_ACCESS_KEY_ID: ***
AWS_SECRET_ACCESS_KEY: ***
The user-provided path .serverless does not exist.
Error: Process completed with exit code 255.
What's gone wrong?
if you deleted all references, then you will need to comment out the first aws s3 sync command. Based on the error message .serverless does not exist which would be expected of the first run.
Note: based on a suggestion in issue #13, I am updating the github actions so you won't have to deal with commenting out the line on the first run.