Open patrickisgreat opened 1 year ago
@patrickisgreat I think you forgot to set the environment variables in GitHub Secrets
I think you forgot to set the environment variables in GitHub Secrets
could probably detect these aren't set earlier on in the workflow and fail early with a clearer message
example: https://stackoverflow.com/a/72926257
Have you experienced this bug with the latest version of the template?
Yes
Steps to Reproduce
Relevant info: System is Ubuntu 22.04.2 LTS Node versions tried 16, and 18 Have also tried a fresh install of all deps with each, and updating outdated dependencies. To no avail. Interestingly, deployment via npx arc deploy works.
1.) npx create-remix --template your/repo 2.) create git repo 3.) GET AWS credentials and add them as secrets to the repo Actions secrets section 4.) npm run validate / install 5.) npx arc env --add --env (ARC_APP_SECRET) for each of the environments 6.) git init commit then push to repo 7.) Deployments kick off but fail with this error:
Expected Behavior
Deployment proceeds as normal / expected via Github Actions.
Interestingly, deployment via npx arc deploy works.
Actual Behavior
Deployment fails in Github Actions Context.