Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 392440f

Browse files
deploy action should run on pythonkr repo
1 parent 0d28b93 commit 392440f

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

‎.github/workflows/deploy_on_dev.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
jobs:
99
build:
10-
10+
if: github.repository_owner == 'pythonkr'
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:

‎.github/workflows/deploy_on_prod.yml‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77

88
jobs:
99
build:
10+
if: github.repository_owner == 'pythonkr'
1011
runs-on: ubuntu-latest
1112
strategy:
1213
matrix:
@@ -103,4 +104,4 @@ jobs:
103104
AWS_S3_SECRET_ACCESS_KEY: ${{ secrets.PYCON_DEV_2023_AWS_SECRET }}
104105
run: |
105106
source ./zappa-env/bin/activate
106-
python manage.py collectstatic --no-input --settings=pyconkr.settings-prod
107+
python manage.py collectstatic --no-input --settings=pyconkr.settings-prod

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /