Skip to content

Commit

Permalink
Update deploy_test.yml
Browse files Browse the repository at this point in the history
so initially, i had to add a line for deleting some container coz i think they might have been built in some previous iteration that wasnt executed fully and couldnt be deleted. but now that the previous commit went through successfully i am assuming there are no more containers with this name..so we should be able to continue without this command
  • Loading branch information
Gargi Ketan Chauhan authored and GitHub Enterprise committed Mar 24, 2025
1 parent 5e26e51 commit d465345
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/deploy_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,7 @@ jobs:
with:
export-variables: true
keys-case: bypass

- name: Remove old containers
run: docker rm -f secfit_stag_backend || true



- name: Set up test containers
run: docker-compose -f docker-compose.stag.yml up --build -d

Expand Down

0 comments on commit d465345

Please sign in to comment.