Skip to content

Commit

Permalink
Merge pull request #1192 from ankaboot-source/update-deploy
Browse files Browse the repository at this point in the history
Disable removing data
  • Loading branch information
zieddhf authored Mar 6, 2024
2 parents 86c694b + b6888f3 commit 4c0fc40
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/deploy-demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,7 @@ jobs:
# leadminer deploy
( cd leadminer_$TARGET; docker compose down; git restore docker-compose.yml; git fetch; git reset --hard origin/main)
( cd leadminer.io; . .env.$TARGET ; git fetch; git reset --hard origin/main; psql \
-Atx "$PG_CONNECTION_STRING" \
-c "TRUNCATE table messages, persons, pointsofcontact, refinedpersons, tags;"
)
( cd leadminer.io; . .env.$TARGET ; git fetch; git reset --hard origin/main)
export GOOGLE_SECRET
export GOOGLE_CLIENT_ID
Expand Down

0 comments on commit 4c0fc40

Please sign in to comment.