Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Atallah0 authored Oct 28, 2023
1 parent 48b4a9a commit b5d1d9b
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,6 @@ jobs:
- name: Seed Data into Clever Cloud Database
run: |
docker-compose -f docker-compose.dependencies.yaml -f docker-compose.app.yaml run --rm app npx sequelize-cli db:seed:all
- name: Import Data into Clever Cloud Database
run: |
# Optionally, perform any other necessary steps after seeding if needed
# ...
env:
CLEVER_CLOUD_DB_HOST: ${{ secrets.CLEVER_CLOUD_DB_HOST }}
CLEVER_CLOUD_DB_USER: ${{ secrets.CLEVER_CLOUD_DB_USER }}
CLEVER_CLOUD_DB_PASSWORD: ${{ secrets.CLEVER_CLOUD_DB_PASSWORD }}
CLEVER_CLOUD_DB_NAME: ${{ secrets.CLEVER_CLOUD_DB_NAME }}
push_to_registry:
name: Push Docker image to Docker Hub
Expand Down

0 comments on commit b5d1d9b

Please sign in to comment.