Skip to content

Commit

Permalink
feat: temp
Browse files Browse the repository at this point in the history
  • Loading branch information
devmizz committed Jul 20, 2024
1 parent faf7e0a commit e01d2ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/showpot-dev-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- name: Prepare File for Deployment
run: |
mkdir -p deployment/app/build/libs
cp dockerfile-dev docker-compose-dev.yml deployment/
cp dockerfile-dev docker-compose-dev.yml ./app/src/main/resources/application-cloud-dev.yml deployment/
cp -r ./app/build/libs deployment/app/build
- name: Get Github Actions IP
Expand Down

0 comments on commit e01d2ee

Please sign in to comment.