Skip to content

Commit

Permalink
Merge branch 'main.next'
Browse files Browse the repository at this point in the history
  • Loading branch information
mildronize committed Apr 12, 2024
2 parents bf6ee64 + 6359eb1 commit 42255f2
Show file tree
Hide file tree
Showing 30 changed files with 1,285 additions and 84 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,14 @@ jobs:
# This step uses the `docker/build-push-action` action to build the image, based on your repository's `Dockerfile`. If the build succeeds, it pushes the image to GitHub Packages.
# It uses the `context` parameter to define the build's context as the set of files located in the specified path. For more information, see "[Usage](https://github.com/docker/build-push-action#usage)" in the README of the `docker/build-push-action` repository.
# It uses the `tags` and `labels` parameters to tag and label the image with the output from the "meta" step.

# Use env for build next.js https://dev.to/jpoehnelt/environment-variables-in-github-docker-build-push-action-23pj
- name: Build and push Docker image
uses: docker/build-push-action@v5
with:
context: ${{ env.working_directiry }}
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=gha
cache-from: type=gha

4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# My Budget App

## Setup Google Sheet Cred
https://theoephraim.github.io/node-google-spreadsheet/#/guides/authentication
7 changes: 5 additions & 2 deletions background-job/.env.sample
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
NOTION_KEY=
DAILY_JOURNAL_DATABASE_ID=
GSHEET_PRIVATE_KEY=
GSHEET_CLIENT_EMAIL=
GSHEET_SPREADSHEET_ID=

GSHEET_SHEET_TRANSACTION_SHEET_ID=
Loading

0 comments on commit 42255f2

Please sign in to comment.