Skip to content

Commit

Permalink
Merge pull request #81 from dotslashf/development
Browse files Browse the repository at this point in the history
Development
  • Loading branch information
dotslashf authored Sep 29, 2024
2 parents 366c8ef + 5040188 commit fdecfee
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 16 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
GITHUB_SHA: ${{ github.sha }}
GCE_REGION: ${{ secrets.GCE_REGION }}
BUCKET_NAME: ${{ secrets.BUCKET_NAME }}
RESEND_API_KEY: ${{ secrets.RESEND_API_KEY }}
run: |
echo "$GCP_SA_KEY" > gcp-service-account-key.json
docker build --build-arg DATABASE_URL=${{ secrets.DATABASE_URL }} --build-arg GCS_BUCKET_NAME=$BUCKET_NAME --build-arg GCP_SA_KEY="$GCP_SA_KEY" -t $GCE_REGION-docker.pkg.dev/$PROJECT_ID/arsip-template/app:$GITHUB_SHA .
Expand Down
16 changes: 2 additions & 14 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
"@auth/prisma-adapter": "^1.6.0",
"@dicebear/collection": "^9.2.1",
"@dicebear/core": "^9.2.1",
"@feedback-fish/react": "^1.2.2",
"@fortawesome/free-brands-svg-icons": "^6.6.0",
"@fortawesome/react-fontawesome": "^0.2.2",
"@google-analytics/data": "^4.8.0",
Expand Down Expand Up @@ -61,7 +60,6 @@
"geist": "^1.3.0",
"googleapis": "^143.0.0",
"he": "^1.2.0",
"html-to-image": "^1.11.11",
"lucide-react": "^0.435.0",
"next": "^14.2.4",
"next-auth": "^4.24.7",
Expand Down

0 comments on commit fdecfee

Please sign in to comment.