secrets.yml
Make sure you generate strong passwords for the variables. Recommended to use tools like pwgen
Important Don't upload this file as plain text to your Github repository. First encrypt the file and after that upload it to the repository
Before uploading this file to GitHub or other repos make sure you encrypt it, you can follow these steps to encrypt the secrets.yml
After running the following command the prompt will ask you for a password, make sure you save this password, so you can use it in the future to decrypt the file.
ENCRYPT SECRETS FILE
in the deployer folder, run following command
DECRYPT SECRETS FILE
To decrypt the file you should use the password you entered when you ran the previous command
in the deployer folder, run following command
Last updated