Skip to content

Commit

Permalink
first work in progress and test deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
scammo committed Jan 4, 2024
1 parent f5a092f commit 8d1e830
Show file tree
Hide file tree
Showing 165 changed files with 12,865 additions and 5,312 deletions.
27 changes: 0 additions & 27 deletions .eslintrc.cjs

This file was deleted.

9 changes: 3 additions & 6 deletions .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Build and deploy
name: Build and deploy V2

on:
push:
branches: ["main"]
branches: ["v2-customize-things"]

concurrency:
group: ${{ github.ref }}
Expand Down Expand Up @@ -36,10 +36,7 @@ jobs:
file: Dockerfile
push: true
tags: "ghcr.io/${{ github.repository }}:latest"
build-args: |
"SUPABASE_URL=${{ secrets.SUPABASE_URL }}"
"SUPABASE_ANON_KEY=${{ secrets.SUPABASE_ANON_KEY }}"

- name: pull and start new image
uses: appleboy/ssh-action@master
with:
Expand Down
130 changes: 0 additions & 130 deletions .gitignore

This file was deleted.

2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"editor.codeActionsOnSave": {
"source.fixAll": true
"source.fixAll": "explicit"
},
"editor.formatOnSave": true,
"editor.defaultFormatter": "esbenp.prettier-vscode",
Expand Down
20 changes: 0 additions & 20 deletions Dockerfile

This file was deleted.

Loading

0 comments on commit 8d1e830

Please sign in to comment.