Skip to content

What should I do If I don't have Environments? #55

Answered by jaydrogers
takielias asked this question in Q&A
Discussion options

You must be logged in to vote

Hey @takielias,

Deploy keys are used for read-only SSH access to the repository. Try setting Secrets and Variables below deploy keys.

The only annoying part is $MY_VARIABLE can't be scoped on a per environment basis. This means you'll have to have $PRODUCTION_MY_VARIABLE. You'll also have to remove any environment: references in the GitHub Actions file.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by jaydrogers
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants