Skip to content

Commit

Permalink
update cd.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelreit committed Aug 9, 2024
1 parent 7d37b90 commit 714cd98
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
host: ${{ env.SSH_HOST }}
username: ${{ env.SSH_USER }}
key: ${{ env.SSH_PRIVATE_KEY }}
source: src/main/resources/db/migration/V0_9_0__initial_db_creation.sql
source: ./src/main/resources/db/migration/V0_9_0__initial_db_creation.sql
target: /home/${{ env.SSH_USER }}/

- name: Pull image and start container
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ services:
MYSQL_PASSWORD: password # Set the password for the user
volumes:
- db_data:/var/lib/mysql # Persist MySQL data
- ./V0_9_0__initial_db_creation.sql:/docker-entrypoint-initdb.d/init.sql # Mount the SQL script
- V0_9_0__initial_db_creation.sql:/docker-entrypoint-initdb.d/init.sql # Mount the SQL script

networks:
api-demo-network:
Expand Down

0 comments on commit 714cd98

Please sign in to comment.