Skip to content

Commit

Permalink
Hotfix: Deploy Pipeline (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
kwanok authored Apr 6, 2024
1 parent 218201a commit 64fb23a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 38 deletions.
34 changes: 0 additions & 34 deletions .github/workflows/ci.yaml

This file was deleted.

8 changes: 4 additions & 4 deletions .github/workflows/elastic-beanstalk-deploy-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2

- name: Rename docker-compose.prod.yml to docker-compose.yml
run: mv docker-compose.prod.yml docker-compose.yml
- name: Rename docker-compose-prod.yml to docker-compose.yml
run: mv docker-compose-prod.yml docker-compose.yml

- name: Remove docker-compose.dev.yml
run: rm -f docker-compose.dev.yml
- name: Remove docker-compose-dev.yml
run: rm -f docker-compose-dev.yml

- name: Copy Elastic Beanstalk Config
run: |
Expand Down

0 comments on commit 64fb23a

Please sign in to comment.