Skip to content

Commit

Permalink
fix: update deploy job
Browse files Browse the repository at this point in the history
  • Loading branch information
ianpherbert committed Mar 28, 2024
1 parent cff2d25 commit 6cff563
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/deploy-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ name: Deploy Docker Image with Zip Package
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]

jobs:
build-and-push:
Expand All @@ -30,7 +28,6 @@ jobs:
VITE_MAPBOX_STYLE=${{ secrets.VITE_MAPBOX_STYLE }}
VITE_TRAVEL_ENDPOINT=${{ secrets.VITE_TRAVEL_ENDPOINT_PROD }}
VITE_UNSPLASH_CLIENT_ID=${{ secrets.VITE_UNSPLASH_CLIENT_ID }}
VITE_HOTJAR_ID=${{ secrets.VITE_HOTJAR_ID }}
VITE_ENV=PROD
prepare-deployment-package:
Expand Down

0 comments on commit 6cff563

Please sign in to comment.