-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update action and allow users to switch provider from action
- Loading branch information
Showing
54 changed files
with
265 additions
and
53 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,4 +17,8 @@ jobs: | |
uses: actions/checkout@v4 | ||
|
||
- name: Deploy | ||
uses: DefangLabs/[email protected] | ||
uses: DefangLabs/[email protected] | ||
env: | ||
# Use the GitHub Variables (https://docs.github.com/en/actions/writing-workflows/choosing-what-your-workflow-does/store-information-in-variables) | ||
# to switch between providers. You'll need to make sure to also set the corresponding secrets for the provider you want to use. | ||
DEFANG_PROVIDER: ${{ vars.DEFANG_PROVIDER || 'auto' }} |
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 |
---|---|---|
|
@@ -17,4 +17,8 @@ jobs: | |
uses: actions/checkout@v4 | ||
|
||
- name: Deploy | ||
uses: DefangLabs/[email protected] | ||
uses: DefangLabs/[email protected] | ||
env: | ||
# Use the GitHub Variables (https://docs.github.com/en/actions/writing-workflows/choosing-what-your-workflow-does/store-information-in-variables) | ||
# to switch between providers. You'll need to make sure to also set the corresponding secrets for the provider you want to use. | ||
DEFANG_PROVIDER: ${{ vars.DEFANG_PROVIDER || 'auto' }} |
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 |
---|---|---|
|
@@ -17,4 +17,8 @@ jobs: | |
uses: actions/checkout@v4 | ||
|
||
- name: Deploy | ||
uses: DefangLabs/[email protected] | ||
uses: DefangLabs/[email protected] | ||
env: | ||
# Use the GitHub Variables (https://docs.github.com/en/actions/writing-workflows/choosing-what-your-workflow-does/store-information-in-variables) | ||
# to switch between providers. You'll need to make sure to also set the corresponding secrets for the provider you want to use. | ||
DEFANG_PROVIDER: ${{ vars.DEFANG_PROVIDER || 'auto' }} |
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 |
---|---|---|
|
@@ -17,4 +17,8 @@ jobs: | |
uses: actions/checkout@v4 | ||
|
||
- name: Deploy | ||
uses: DefangLabs/[email protected] | ||
uses: DefangLabs/[email protected] | ||
env: | ||
# Use the GitHub Variables (https://docs.github.com/en/actions/writing-workflows/choosing-what-your-workflow-does/store-information-in-variables) | ||
# to switch between providers. You'll need to make sure to also set the corresponding secrets for the provider you want to use. | ||
DEFANG_PROVIDER: ${{ vars.DEFANG_PROVIDER || 'auto' }} |
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 |
---|---|---|
|
@@ -17,4 +17,8 @@ jobs: | |
uses: actions/checkout@v4 | ||
|
||
- name: Deploy | ||
uses: DefangLabs/[email protected] | ||
uses: DefangLabs/[email protected] | ||
env: | ||
# Use the GitHub Variables (https://docs.github.com/en/actions/writing-workflows/choosing-what-your-workflow-does/store-information-in-variables) | ||
# to switch between providers. You'll need to make sure to also set the corresponding secrets for the provider you want to use. | ||
DEFANG_PROVIDER: ${{ vars.DEFANG_PROVIDER || 'auto' }} |
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 |
---|---|---|
|
@@ -17,4 +17,8 @@ jobs: | |
uses: actions/checkout@v4 | ||
|
||
- name: Deploy | ||
uses: DefangLabs/[email protected] | ||
uses: DefangLabs/[email protected] | ||
env: | ||
# Use the GitHub Variables (https://docs.github.com/en/actions/writing-workflows/choosing-what-your-workflow-does/store-information-in-variables) | ||
# to switch between providers. You'll need to make sure to also set the corresponding secrets for the provider you want to use. | ||
DEFANG_PROVIDER: ${{ vars.DEFANG_PROVIDER || 'auto' }} |
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 |
---|---|---|
|
@@ -17,4 +17,8 @@ jobs: | |
uses: actions/checkout@v4 | ||
|
||
- name: Deploy | ||
uses: DefangLabs/[email protected] | ||
uses: DefangLabs/[email protected] | ||
env: | ||
# Use the GitHub Variables (https://docs.github.com/en/actions/writing-workflows/choosing-what-your-workflow-does/store-information-in-variables) | ||
# to switch between providers. You'll need to make sure to also set the corresponding secrets for the provider you want to use. | ||
DEFANG_PROVIDER: ${{ vars.DEFANG_PROVIDER || 'auto' }} |
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 |
---|---|---|
|
@@ -17,4 +17,8 @@ jobs: | |
uses: actions/checkout@v4 | ||
|
||
- name: Deploy | ||
uses: DefangLabs/[email protected] | ||
uses: DefangLabs/[email protected] | ||
env: | ||
# Use the GitHub Variables (https://docs.github.com/en/actions/writing-workflows/choosing-what-your-workflow-does/store-information-in-variables) | ||
# to switch between providers. You'll need to make sure to also set the corresponding secrets for the provider you want to use. | ||
DEFANG_PROVIDER: ${{ vars.DEFANG_PROVIDER || 'auto' }} |
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 |
---|---|---|
|
@@ -17,4 +17,8 @@ jobs: | |
uses: actions/checkout@v4 | ||
|
||
- name: Deploy | ||
uses: DefangLabs/[email protected] | ||
uses: DefangLabs/[email protected] | ||
env: | ||
# Use the GitHub Variables (https://docs.github.com/en/actions/writing-workflows/choosing-what-your-workflow-does/store-information-in-variables) | ||
# to switch between providers. You'll need to make sure to also set the corresponding secrets for the provider you want to use. | ||
DEFANG_PROVIDER: ${{ vars.DEFANG_PROVIDER || 'auto' }} |
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 |
---|---|---|
|
@@ -17,4 +17,8 @@ jobs: | |
uses: actions/checkout@v4 | ||
|
||
- name: Deploy | ||
uses: DefangLabs/[email protected] | ||
uses: DefangLabs/[email protected] | ||
env: | ||
# Use the GitHub Variables (https://docs.github.com/en/actions/writing-workflows/choosing-what-your-workflow-does/store-information-in-variables) | ||
# to switch between providers. You'll need to make sure to also set the corresponding secrets for the provider you want to use. | ||
DEFANG_PROVIDER: ${{ vars.DEFANG_PROVIDER || 'auto' }} |
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 |
---|---|---|
|
@@ -17,4 +17,8 @@ jobs: | |
uses: actions/checkout@v4 | ||
|
||
- name: Deploy | ||
uses: DefangLabs/[email protected] | ||
uses: DefangLabs/[email protected] | ||
env: | ||
# Use the GitHub Variables (https://docs.github.com/en/actions/writing-workflows/choosing-what-your-workflow-does/store-information-in-variables) | ||
# to switch between providers. You'll need to make sure to also set the corresponding secrets for the provider you want to use. | ||
DEFANG_PROVIDER: ${{ vars.DEFANG_PROVIDER || 'auto' }} |
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 |
---|---|---|
|
@@ -17,4 +17,8 @@ jobs: | |
uses: actions/checkout@v4 | ||
|
||
- name: Deploy | ||
uses: DefangLabs/[email protected] | ||
uses: DefangLabs/[email protected] | ||
env: | ||
# Use the GitHub Variables (https://docs.github.com/en/actions/writing-workflows/choosing-what-your-workflow-does/store-information-in-variables) | ||
# to switch between providers. You'll need to make sure to also set the corresponding secrets for the provider you want to use. | ||
DEFANG_PROVIDER: ${{ vars.DEFANG_PROVIDER || 'auto' }} |
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 |
---|---|---|
|
@@ -17,4 +17,8 @@ jobs: | |
uses: actions/checkout@v4 | ||
|
||
- name: Deploy | ||
uses: DefangLabs/[email protected] | ||
uses: DefangLabs/[email protected] | ||
env: | ||
# Use the GitHub Variables (https://docs.github.com/en/actions/writing-workflows/choosing-what-your-workflow-does/store-information-in-variables) | ||
# to switch between providers. You'll need to make sure to also set the corresponding secrets for the provider you want to use. | ||
DEFANG_PROVIDER: ${{ vars.DEFANG_PROVIDER || 'auto' }} |
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 |
---|---|---|
|
@@ -17,4 +17,8 @@ jobs: | |
uses: actions/checkout@v4 | ||
|
||
- name: Deploy | ||
uses: DefangLabs/[email protected] | ||
uses: DefangLabs/[email protected] | ||
env: | ||
# Use the GitHub Variables (https://docs.github.com/en/actions/writing-workflows/choosing-what-your-workflow-does/store-information-in-variables) | ||
# to switch between providers. You'll need to make sure to also set the corresponding secrets for the provider you want to use. | ||
DEFANG_PROVIDER: ${{ vars.DEFANG_PROVIDER || 'auto' }} |
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 |
---|---|---|
|
@@ -17,4 +17,8 @@ jobs: | |
uses: actions/checkout@v4 | ||
|
||
- name: Deploy | ||
uses: DefangLabs/[email protected] | ||
uses: DefangLabs/[email protected] | ||
env: | ||
# Use the GitHub Variables (https://docs.github.com/en/actions/writing-workflows/choosing-what-your-workflow-does/store-information-in-variables) | ||
# to switch between providers. You'll need to make sure to also set the corresponding secrets for the provider you want to use. | ||
DEFANG_PROVIDER: ${{ vars.DEFANG_PROVIDER || 'auto' }} |
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 |
---|---|---|
|
@@ -17,4 +17,8 @@ jobs: | |
uses: actions/checkout@v4 | ||
|
||
- name: Deploy | ||
uses: DefangLabs/[email protected] | ||
uses: DefangLabs/[email protected] | ||
env: | ||
# Use the GitHub Variables (https://docs.github.com/en/actions/writing-workflows/choosing-what-your-workflow-does/store-information-in-variables) | ||
# to switch between providers. You'll need to make sure to also set the corresponding secrets for the provider you want to use. | ||
DEFANG_PROVIDER: ${{ vars.DEFANG_PROVIDER || 'auto' }} |
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 |
---|---|---|
|
@@ -17,4 +17,8 @@ jobs: | |
uses: actions/checkout@v4 | ||
|
||
- name: Deploy | ||
uses: DefangLabs/[email protected] | ||
uses: DefangLabs/[email protected] | ||
env: | ||
# Use the GitHub Variables (https://docs.github.com/en/actions/writing-workflows/choosing-what-your-workflow-does/store-information-in-variables) | ||
# to switch between providers. You'll need to make sure to also set the corresponding secrets for the provider you want to use. | ||
DEFANG_PROVIDER: ${{ vars.DEFANG_PROVIDER || 'auto' }} |
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 |
---|---|---|
|
@@ -17,4 +17,8 @@ jobs: | |
uses: actions/checkout@v4 | ||
|
||
- name: Deploy | ||
uses: DefangLabs/[email protected] | ||
uses: DefangLabs/[email protected] | ||
env: | ||
# Use the GitHub Variables (https://docs.github.com/en/actions/writing-workflows/choosing-what-your-workflow-does/store-information-in-variables) | ||
# to switch between providers. You'll need to make sure to also set the corresponding secrets for the provider you want to use. | ||
DEFANG_PROVIDER: ${{ vars.DEFANG_PROVIDER || 'auto' }} |
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 |
---|---|---|
|
@@ -17,4 +17,8 @@ jobs: | |
uses: actions/checkout@v4 | ||
|
||
- name: Deploy | ||
uses: DefangLabs/[email protected] | ||
uses: DefangLabs/[email protected] | ||
env: | ||
# Use the GitHub Variables (https://docs.github.com/en/actions/writing-workflows/choosing-what-your-workflow-does/store-information-in-variables) | ||
# to switch between providers. You'll need to make sure to also set the corresponding secrets for the provider you want to use. | ||
DEFANG_PROVIDER: ${{ vars.DEFANG_PROVIDER || 'auto' }} |
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 |
---|---|---|
|
@@ -17,4 +17,8 @@ jobs: | |
uses: actions/checkout@v4 | ||
|
||
- name: Deploy | ||
uses: DefangLabs/[email protected] | ||
uses: DefangLabs/[email protected] | ||
env: | ||
# Use the GitHub Variables (https://docs.github.com/en/actions/writing-workflows/choosing-what-your-workflow-does/store-information-in-variables) | ||
# to switch between providers. You'll need to make sure to also set the corresponding secrets for the provider you want to use. | ||
DEFANG_PROVIDER: ${{ vars.DEFANG_PROVIDER || 'auto' }} |
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 |
---|---|---|
|
@@ -17,4 +17,8 @@ jobs: | |
uses: actions/checkout@v4 | ||
|
||
- name: Deploy | ||
uses: DefangLabs/[email protected] | ||
uses: DefangLabs/[email protected] | ||
env: | ||
# Use the GitHub Variables (https://docs.github.com/en/actions/writing-workflows/choosing-what-your-workflow-does/store-information-in-variables) | ||
# to switch between providers. You'll need to make sure to also set the corresponding secrets for the provider you want to use. | ||
DEFANG_PROVIDER: ${{ vars.DEFANG_PROVIDER || 'auto' }} |
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 |
---|---|---|
|
@@ -17,4 +17,8 @@ jobs: | |
uses: actions/checkout@v4 | ||
|
||
- name: Deploy | ||
uses: DefangLabs/[email protected] | ||
uses: DefangLabs/[email protected] | ||
env: | ||
# Use the GitHub Variables (https://docs.github.com/en/actions/writing-workflows/choosing-what-your-workflow-does/store-information-in-variables) | ||
# to switch between providers. You'll need to make sure to also set the corresponding secrets for the provider you want to use. | ||
DEFANG_PROVIDER: ${{ vars.DEFANG_PROVIDER || 'auto' }} |
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 |
---|---|---|
|
@@ -17,4 +17,8 @@ jobs: | |
uses: actions/checkout@v4 | ||
|
||
- name: Deploy | ||
uses: DefangLabs/[email protected] | ||
uses: DefangLabs/[email protected] | ||
env: | ||
# Use the GitHub Variables (https://docs.github.com/en/actions/writing-workflows/choosing-what-your-workflow-does/store-information-in-variables) | ||
# to switch between providers. You'll need to make sure to also set the corresponding secrets for the provider you want to use. | ||
DEFANG_PROVIDER: ${{ vars.DEFANG_PROVIDER || 'auto' }} |
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 |
---|---|---|
|
@@ -17,4 +17,8 @@ jobs: | |
uses: actions/checkout@v4 | ||
|
||
- name: Deploy | ||
uses: DefangLabs/[email protected] | ||
uses: DefangLabs/[email protected] | ||
env: | ||
# Use the GitHub Variables (https://docs.github.com/en/actions/writing-workflows/choosing-what-your-workflow-does/store-information-in-variables) | ||
# to switch between providers. You'll need to make sure to also set the corresponding secrets for the provider you want to use. | ||
DEFANG_PROVIDER: ${{ vars.DEFANG_PROVIDER || 'auto' }} |
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 |
---|---|---|
|
@@ -17,4 +17,8 @@ jobs: | |
uses: actions/checkout@v4 | ||
|
||
- name: Deploy | ||
uses: DefangLabs/[email protected] | ||
uses: DefangLabs/[email protected] | ||
env: | ||
# Use the GitHub Variables (https://docs.github.com/en/actions/writing-workflows/choosing-what-your-workflow-does/store-information-in-variables) | ||
# to switch between providers. You'll need to make sure to also set the corresponding secrets for the provider you want to use. | ||
DEFANG_PROVIDER: ${{ vars.DEFANG_PROVIDER || 'auto' }} |
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 |
---|---|---|
|
@@ -17,8 +17,11 @@ jobs: | |
uses: actions/checkout@v4 | ||
|
||
- name: Deploy | ||
uses: DefangLabs/[email protected].0 | ||
uses: DefangLabs/[email protected].3 | ||
with: | ||
config-env-vars: POSTGRES_PASSWORD | ||
env: | ||
# Use the GitHub Variables (https://docs.github.com/en/actions/writing-workflows/choosing-what-your-workflow-does/store-information-in-variables) | ||
# to switch between providers. You'll need to make sure to also set the corresponding secrets for the provider you want to use. | ||
DEFANG_PROVIDER: ${{ vars.DEFANG_PROVIDER || 'auto' }} | ||
POSTGRES_PASSWORD: ${{ secrets.POSTGRES_PASSWORD }} |
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 |
---|---|---|
|
@@ -17,4 +17,8 @@ jobs: | |
uses: actions/checkout@v4 | ||
|
||
- name: Deploy | ||
uses: DefangLabs/[email protected] | ||
uses: DefangLabs/[email protected] | ||
env: | ||
# Use the GitHub Variables (https://docs.github.com/en/actions/writing-workflows/choosing-what-your-workflow-does/store-information-in-variables) | ||
# to switch between providers. You'll need to make sure to also set the corresponding secrets for the provider you want to use. | ||
DEFANG_PROVIDER: ${{ vars.DEFANG_PROVIDER || 'auto' }} |
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 |
---|---|---|
|
@@ -17,10 +17,13 @@ jobs: | |
uses: actions/checkout@v4 | ||
|
||
- name: Deploy | ||
uses: DefangLabs/[email protected].0 | ||
uses: DefangLabs/[email protected].3 | ||
with: | ||
config-env-vars: NC_DB NC_S3_ENDPOINT NC_S3_BUCKET_NAME NC_S3_REGION NC_S3_ACCESS_KEY NC_S3_ACCESS_SECRET | ||
env: | ||
# Use the GitHub Variables (https://docs.github.com/en/actions/writing-workflows/choosing-what-your-workflow-does/store-information-in-variables) | ||
# to switch between providers. You'll need to make sure to also set the corresponding secrets for the provider you want to use. | ||
DEFANG_PROVIDER: ${{ vars.DEFANG_PROVIDER || 'auto' }} | ||
NC_DB: ${{ secrets.NC_DB }} | ||
NC_S3_ENDPOINT: ${{ secrets.NC_S3_ENDPOINT }} | ||
NC_S3_BUCKET_NAME: ${{ secrets.NC_S3_BUCKET_NAME }} | ||
|
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 |
---|---|---|
|
@@ -17,4 +17,8 @@ jobs: | |
uses: actions/checkout@v4 | ||
|
||
- name: Deploy | ||
uses: DefangLabs/[email protected] | ||
uses: DefangLabs/[email protected] | ||
env: | ||
# Use the GitHub Variables (https://docs.github.com/en/actions/writing-workflows/choosing-what-your-workflow-does/store-information-in-variables) | ||
# to switch between providers. You'll need to make sure to also set the corresponding secrets for the provider you want to use. | ||
DEFANG_PROVIDER: ${{ vars.DEFANG_PROVIDER || 'auto' }} |
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 |
---|---|---|
|
@@ -17,4 +17,8 @@ jobs: | |
uses: actions/checkout@v4 | ||
|
||
- name: Deploy | ||
uses: DefangLabs/[email protected] | ||
uses: DefangLabs/[email protected] | ||
env: | ||
# Use the GitHub Variables (https://docs.github.com/en/actions/writing-workflows/choosing-what-your-workflow-does/store-information-in-variables) | ||
# to switch between providers. You'll need to make sure to also set the corresponding secrets for the provider you want to use. | ||
DEFANG_PROVIDER: ${{ vars.DEFANG_PROVIDER || 'auto' }} |
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 |
---|---|---|
|
@@ -17,4 +17,8 @@ jobs: | |
uses: actions/checkout@v4 | ||
|
||
- name: Deploy | ||
uses: DefangLabs/[email protected] | ||
uses: DefangLabs/[email protected] | ||
env: | ||
# Use the GitHub Variables (https://docs.github.com/en/actions/writing-workflows/choosing-what-your-workflow-does/store-information-in-variables) | ||
# to switch between providers. You'll need to make sure to also set the corresponding secrets for the provider you want to use. | ||
DEFANG_PROVIDER: ${{ vars.DEFANG_PROVIDER || 'auto' }} |
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 |
---|---|---|
|
@@ -17,4 +17,8 @@ jobs: | |
uses: actions/checkout@v4 | ||
|
||
- name: Deploy | ||
uses: DefangLabs/[email protected] | ||
uses: DefangLabs/[email protected] | ||
env: | ||
# Use the GitHub Variables (https://docs.github.com/en/actions/writing-workflows/choosing-what-your-workflow-does/store-information-in-variables) | ||
# to switch between providers. You'll need to make sure to also set the corresponding secrets for the provider you want to use. | ||
DEFANG_PROVIDER: ${{ vars.DEFANG_PROVIDER || 'auto' }} |
Oops, something went wrong.