Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Backend deploy #33

Closed
wants to merge 22 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
1765c65
Created backend-deploy for coolify and github actions
phammings Aug 5, 2024
3d47083
Updated branch name for build.yml
phammings Aug 5, 2024
c7fc424
Added ARM64 packeto build pack if needed
phammings Aug 13, 2024
aa6435d
Added ARM64 packeto build pack if needed
phammings Aug 13, 2024
f61f8a9
Revert "Added ARM64 packeto build pack if needed"
phammings Aug 13, 2024
fd1f3df
Added ARM64 packeto build pack if needed
phammings Aug 13, 2024
fe8850a
Increased listing description to 1000 characters
phammings Aug 14, 2024
d8728d8
Added CAMPERS category for listings
phammings Aug 14, 2024
99e4f05
Deleted Dockerfile to ensure build.yml runs smoothly
phammings Aug 14, 2024
78673fc
Updated Build.yml to create a linux/arm64 arch when building
phammings Aug 14, 2024
e2cd35a
Updated Build.yml to create a linux/arm64 arch when building bug fix …
phammings Aug 14, 2024
0d43ba6
Reverted back to runs-on ubuntu-latest since no arm64 supported
phammings Aug 14, 2024
0c5d564
Added CircleCI
phammings Aug 14, 2024
dbedd66
Updated CircleCI config.yml to fix bug
phammings Aug 14, 2024
7a1b760
Updated CircleCI config.yml to fix bug
phammings Aug 14, 2024
391717f
Updated CircleCI config.yml to fix bug
phammings Aug 14, 2024
c790d02
Updated CircleCI config.yml to fix bug
phammings Aug 14, 2024
c016c2e
Updated CircleCI config.yml to fix bug
phammings Aug 14, 2024
eab8a8c
Updated CircleCI config.yml to fix bug
phammings Aug 14, 2024
d7b384e
Updated CircleCI config.yml to fix bug
phammings Aug 14, 2024
5f5b9f0
Updated CircleCI config.yml to fix bug
phammings Aug 14, 2024
53d68e8
Back to previous build.yml
phammings Aug 14, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 0 additions & 2 deletions .env.example

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
push:
branches:
- main
- develop
- backend-deploy
pull_request:
types: [opened, synchronize, reopened]
jobs:
Expand Down
34 changes: 33 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,35 @@
HELP.md
target/
!.mvn/wrapper/maven-wrapper.jar
!**/src/main/**/target/
!**/src/test/**/target/

### STS ###
.apt_generated
.classpath
.factorypath
.project
.settings
.springBeans
.sts4-cache

### IntelliJ IDEA ###
.idea
*.iws
*.iml
*.ipr

### NetBeans ###
/nbproject/private/
/nbbuild/
/dist/
/nbdist/
/.nb-gradle/
build/
!**/src/main/**/build/
!**/src/test/**/build/

### VS Code ###
.vscode/

.env
node_modules/
File renamed without changes.
165 changes: 0 additions & 165 deletions README.md

This file was deleted.

1 change: 0 additions & 1 deletion client/.dockerignore

This file was deleted.

16 changes: 0 additions & 16 deletions client/.editorconfig

This file was deleted.

42 changes: 0 additions & 42 deletions client/.gitignore

This file was deleted.

4 changes: 0 additions & 4 deletions client/.vscode/extensions.json

This file was deleted.

20 changes: 0 additions & 20 deletions client/.vscode/launch.json

This file was deleted.

42 changes: 0 additions & 42 deletions client/.vscode/tasks.json

This file was deleted.

16 changes: 0 additions & 16 deletions client/Dockerfile

This file was deleted.

27 changes: 0 additions & 27 deletions client/README.md

This file was deleted.

Loading
Loading