Skip to content

Commit

Permalink
Merge pull request #93 from C3ntraX/poestack-dawn
Browse files Browse the repository at this point in the history
poestack-dawn merge
  • Loading branch information
zach-herridge authored Feb 26, 2024
2 parents 490f180 + 10513eb commit f5309c2
Show file tree
Hide file tree
Showing 179 changed files with 30,102 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ sage-secrets.yml
# Autogenerated files
src/echo-app/src/renderer/src/dev-plugins.ts

**/.next/****

# Folder for tmp test data
src/echo-common/test/data/tmp/

Expand Down
5 changes: 5 additions & 0 deletions publish-credit-api.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
docker container prune -f
docker image prune -f

docker build -t registry.digitalocean.com/poestack/credit-api:latest -f ./src/credit-api/Dockerfile . --platform=linux/amd64
docker push registry.digitalocean.com/poestack/credit-api:latest
5 changes: 5 additions & 0 deletions publish-green-api.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
docker container prune -f
docker image prune -f

docker build -t registry.digitalocean.com/poestack/green-api:latest -f ./src/green-api/Dockerfile . --platform=linux/amd64
docker push registry.digitalocean.com/poestack/green-api:latest
5 changes: 5 additions & 0 deletions publish-green-app.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
docker container prune -f
docker image prune -f

docker build -t registry.digitalocean.com/poestack/green-app:latest -f ./src/green-app/Dockerfile . --platform=linux/amd64
docker push registry.digitalocean.com/poestack/green-app:latest
Loading

0 comments on commit f5309c2

Please sign in to comment.