Skip to content

Commit 5881592

Browse files
committed
github action script 추가
1 parent b151cce commit 5881592

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.aws/workflow/deploy.yml renamed to .github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
5656
5757
# Pull request dose not get the gitub action secrets
58-
# this section will be applied to the deploy workflow
58+
# this section will be applied to the deploy workflows
5959
- name: Setup Auth for Private Repo
6060
uses: webfactory/[email protected]
6161
with:

.aws/workflow/deploy_on_dev.yml renamed to .github/workflows/deploy_on_dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
5858
5959
# Pull request dose not get the gitub action secrets
60-
# this section will be applied to the deploy workflow
60+
# this section will be applied to the deploy workflows
6161
- name: Setup Auth for Private Repo
6262
uses: webfactory/[email protected]
6363
with:

0 commit comments

Comments
 (0)