Skip to content

Commit

Permalink
ci: fix dev auto push (#131)
Browse files Browse the repository at this point in the history
* fix B110

* fix B501

* style

* turn back on ssl certificate

* let's use adaptative approch

* ci : fix_dev_deploy

* deleted prod unused compose

* untrack_notebook_vscode_config

---------

Co-authored-by: Mateo <mateo.lostanlen@gmail.com>
  • Loading branch information
Akilditu and MateoLostanlen authored Nov 15, 2023
1 parent 1156e5f commit d3953ad
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 46 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@ jobs:
key: ${{ secrets.SSH_DEPLOY_DEV }}
script: |
docker pull pyronear/pyro-platform:latest
cd pyro-platform-prod/ && docker compose -f docker-compose-prod.yml down && docker compose -f docker-compose-prod.yml up -d
cd pyro-platform-dev/ && docker compose down && docker compose up -d
docker inspect -f '{{ .Created }}' $(docker compose images -q frontend)
docker image prune -a --force
45 changes: 0 additions & 45 deletions docker-compose-prod.yml

This file was deleted.

0 comments on commit d3953ad

Please sign in to comment.