-
Notifications
You must be signed in to change notification settings - Fork 1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' of https://github.com/Infisical/infisical into main
- Loading branch information
Showing
11 changed files
with
162 additions
and
101 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
# Contributing to Infisical | ||
|
||
Thanks for taking the time to contribute! | ||
Thanks for taking the time to contribute! 😃 🚀 | ||
|
||
Please refer to our Contributing Guide for instructions on how to contribute. | ||
Please refer to our [Contributing Guide](https://infisical.com/docs/contributing) for instructions on how to contribute. | ||
|
||
We also have some 🔥amazing🔥 merch for our contributors. Please reach out to [email protected] for more info 👀 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
build: | ||
docker-compose -f docker-compose.yml -f docker-compose.prod.yml build | ||
docker-compose -f docker-compose.yml build | ||
|
||
push: | ||
docker-compose -f docker-compose.yml -f docker-compose.prod.yml push | ||
docker-compose -f docker-compose.yml push | ||
|
||
up-dev: | ||
docker-compose -f docker-compose.yml -f docker-compose.dev.yml up --build | ||
docker-compose -f docker-compose.dev.yml up | ||
|
||
up-prod: | ||
docker-compose -f docker-compose.yml -f docker-compose.prod.yml up --build | ||
docker-compose -f docker-compose.yml up | ||
|
||
down: | ||
docker-compose down |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.