Skip to content

Commit

Permalink
Test empty step
Browse files Browse the repository at this point in the history
  • Loading branch information
killev committed Mar 21, 2024
1 parent f95c5e6 commit 3d0e639
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions .github/workflows/db_apply_anonimized.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,4 @@ jobs:
run: |
ls -la
cd ./src/anon-tools
mkdir -p ./keys
echo ${{ secrets.KEY_FILE }} >> ./keys/key
docker build -t restore -f Dockerfile.restore .
docker run -v ./keys/key:/keys/key --shm-size=2gb --rm \
-e AWS_ACCESS_KEY_ID=${{ secrets.AWS_ACCESS_KEY_ID }} \
-e AWS_SECRET_ACCESS_KEY=${{ secrets.AWS_SECRET_ACCESS_KEY }} \
-e AWS_DEFAULT_REGION=eu-west-1 \
-e ENVIRONEMT=${{ vars.ENV_NAME }} \
-e DATABASE_NAME=opensupplyhub \
-e DATABASE_USERNAME=opensupplyhub \
-e DATABASE_PASSWORD=${{ secrets.DATABASE_PASSWORD }} \
restore
ls -la

0 comments on commit 3d0e639

Please sign in to comment.