Skip to content

Commit

Permalink
Merge pull request #7 from ThatConference/chore/package-bumps
Browse files Browse the repository at this point in the history
Chore/package bumps
  • Loading branch information
brettski authored Aug 15, 2024
2 parents f7de6db + 29a40d4 commit d092bfb
Show file tree
Hide file tree
Showing 6 changed files with 2,298 additions and 3,107 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci_onPullRequest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ jobs:
apiName: api
isForDeploy: false
branchName: ${{ github.ref_name }}
nodeVersion: 18
nodeVersion: 20
secrets:
SLACK_WEBHOOK_DEV_NOTIFICATIONS: ${{ secrets.SLACK_WEBHOOK_DEV_NOTIFICATIONS }}
8 changes: 4 additions & 4 deletions .github/workflows/ci_onPushMain.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
apiName: help
isForDeploy: true
branchName: ${{ github.ref_name }}
nodeVersion: 18
nodeVersion: 20
secrets:
SLACK_WEBHOOK_DEV_NOTIFICATIONS: ${{ secrets.SLACK_WEBHOOK_DEV_NOTIFICATIONS }}

Expand All @@ -31,18 +31,18 @@ jobs:

redeploy-gateway:
name: Redeploy THAT Gateway container
needs: [build,deploy]
needs: [build, deploy]
uses: thatconference/that-gh-actions/.github/workflows/redeploy-gateway.yml@main
secrets:
GCLOUD_AUTH: ${{ secrets.GCLOUD_AUTH }}
GCP_PROJECT_ID: ${{ secrets.GCP_PROJECT_ID }}
SLACK_WEBHOOK_DEV_NOTIFICATIONS: ${{ secrets.SLACK_WEBHOOK_DEV_NOTIFICATIONS }}
STELLATE_TOKEN: ${{ secrets.STELLATE_TOKEN }}
STELLATE_SERVICE: ${{ secrets.STELLATE_SERVICE }}

notifications:
name: Workflow notifications
needs: [build,deploy,redeploy-gateway]
needs: [build, deploy, redeploy-gateway]
runs-on: ubuntu-latest
steps:
- name: Slack Notification
Expand Down
3 changes: 0 additions & 3 deletions .husky/pre-push
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

npm run validate
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"peacock.affectActivityBar": false,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
"source.fixAll.eslint": "explicit"
},
"cSpell.words": ["postbuild", "predeploy"]
}
Loading

0 comments on commit d092bfb

Please sign in to comment.