Skip to content

Commit

Permalink
chore: deactivate push github action
Browse files Browse the repository at this point in the history
  • Loading branch information
KimDoubleB authored Jan 26, 2023
1 parent 488ce75 commit 49dc576
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Deploy for push
on:
push:
branches:
- 'releases/**'
- 'temp/**' # currently use oracle server

jobs:
build-deploy:
Expand Down Expand Up @@ -64,4 +64,4 @@ jobs:
run: aws s3 cp --region ap-northeast-2 --acl private ./archive.zip s3://archive-depromeet/

- name: CodeDeploy
run: aws deploy create-deployment --application-name depromeet-deploy --deployment-group-name depromeet-deploy --s3-location bucket=archive-depromeet,key=archive.zip,bundleType=zip
run: aws deploy create-deployment --application-name depromeet-deploy --deployment-group-name depromeet-deploy --s3-location bucket=archive-depromeet,key=archive.zip,bundleType=zip

0 comments on commit 49dc576

Please sign in to comment.