Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:

deploy:
needs: cleanup
if: success() && github.event_name == 'push' && github.ref == 'refs/heads/dev'
if: success() && github.event_name == 'push' && github.ref == 'refs/heads/main'
runs-on: ubuntu-latest

steps:
Expand All @@ -51,7 +51,7 @@ jobs:
git clone https://github.com/223MapAction/Mapapi.git .
fi

git pull origin dev
git pull origin main

echo "Création du fichier .env..."
cat > .env <<EOL
Expand Down