-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
759a5ab
commit 13f6426
Showing
2 changed files
with
22 additions
and
22 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 |
---|---|---|
|
@@ -57,18 +57,18 @@ jobs: | |
pip install zappa | ||
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi | ||
# Pull request dose not get the gitub action secrets | ||
# this section will be applied to the deploy workflows | ||
- name: Setup Auth for Private Repo | ||
uses: webfactory/[email protected] | ||
# Checkout and import zappa config | ||
- name: Checkout secrets repo | ||
uses: actions/checkout@v4 | ||
with: | ||
ssh-private-key: ${{ secrets.SSH_SECRET_GOLONY }} | ||
# ssh-private-key: ${{ secrets.GH_PYCONKR_SECRETS }} | ||
|
||
- name: update pyconkr-secretes | ||
run: | | ||
chmod 775 ./update_secrets.sh | ||
./update_secrets.sh | ||
repository: ${{ secrets.PYCONKR_SECRET_REPOSITORY }} | ||
ssh-key: ${{ secrets.PYCONKR_SECRET_REPOSITORY_DEPLOY_KEY }} | ||
path: secret_envs | ||
clean: false | ||
sparse-checkout-cone-mode: false | ||
sparse-checkout: | | ||
${{ steps.info.outputs.repository_name }}/zappa_settings.json | ||
- run: mv secret_envs/${{ steps.info.outputs.repository_name }}/zappa_settings.json ./zappa_settings.json && rm -rf secret_envs | ||
|
||
# - name: Test with Django Test | ||
# run: | | ||
|
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 |
---|---|---|
|
@@ -57,18 +57,18 @@ jobs: | |
pip install zappa | ||
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi | ||
# Pull request dose not get the gitub action secrets | ||
# this section will be applied to the deploy workflows | ||
- name: Setup Auth for Private Repo | ||
uses: webfactory/[email protected] | ||
# Checkout and import zappa config | ||
- name: Checkout secrets repo | ||
uses: actions/checkout@v4 | ||
with: | ||
ssh-private-key: ${{ secrets.SSH_SECRET_GOLONY }} | ||
# ssh-private-key: ${{ secrets.GH_PYCONKR_SECRETS }} | ||
|
||
- name: update pyconkr-secretes | ||
run: | | ||
chmod 775 ./update_secrets.sh | ||
./update_secrets.sh | ||
repository: ${{ secrets.PYCONKR_SECRET_REPOSITORY }} | ||
ssh-key: ${{ secrets.PYCONKR_SECRET_REPOSITORY_DEPLOY_KEY }} | ||
path: secret_envs | ||
clean: false | ||
sparse-checkout-cone-mode: false | ||
sparse-checkout: | | ||
${{ steps.info.outputs.repository_name }}/zappa_settings.json | ||
- run: mv secret_envs/${{ steps.info.outputs.repository_name }}/zappa_settings.json ./zappa_settings.json && rm -rf secret_envs | ||
|
||
# - name: Test with Django Test | ||
# run: | | ||
|