Skip to content

Commit

Permalink
Hotfix: Deploy Pipeline (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
kwanok committed Apr 6, 2024
1 parent 218201a commit f93286d
Showing 1 changed file with 4 additions and 4 deletions.
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.yaml to docker-compose.yaml
run: mv docker-compose-prod.yaml docker-compose.yaml

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

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

0 comments on commit f93286d

Please sign in to comment.