Skip to content

Commit

Permalink
Re-enable CD
Browse files Browse the repository at this point in the history
  • Loading branch information
renatodellosso committed Dec 17, 2024
1 parent a74d7ab commit 05a0dcb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 9 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@ jobs:

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

- name: Create certs directory
run: mkdir certs

- name: Build and export
uses: docker/build-push-action@v6
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/onpush.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
ci:
uses: ./.github/workflows/ci.yml

# cd:
# needs:
# - ci
# uses: ./.github/workflows/cd.yml
cd:
needs:
- ci
uses: ./.github/workflows/cd.yml
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "sj3",
"version": "0.1.0",
"private": true,
"repository": "https://github.com/Decatur-Robotics/Gearbox",
"scripts": {
"dev": "cross-env NODE_ENV=development npx tsx index.ts",
"build": "next build",
Expand All @@ -11,8 +12,6 @@
"docker-build": "docker build -t gearbox .",
"docker-start": "docker run -i -t -p 443:443 gearbox",
"docker-prune": "docker container prune",
"docker-tag": "docker tag gearbox us-east1-docker.pkg.dev/gearbox-442221/gearbox-test/gearbox",
"docker-push": "docker push us-east1-docker.pkg.dev/gearbox-442221/gearbox-test/gearbox/latest",
"lint": "eslint . --max-warnings=0 --ignore-pattern \"coverage/**/*\"",
"prettier-fix": "prettier --write ./**/*.{js,tsx,jsx,json,ts}",
"prettier-check": "prettier --check ./**/*.{js,tsx,jsx,json,ts}"
Expand Down

0 comments on commit 05a0dcb

Please sign in to comment.