Skip to content

Commit

Permalink
refactor: rename api folder
Browse files Browse the repository at this point in the history
  • Loading branch information
alimd committed Oct 28, 2024
1 parent 558654c commit 951731a
Show file tree
Hide file tree
Showing 26 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ updates:
- 'fract'

- package-ecosystem: docker
directory: /packages/notifier-api
directory: /packages/api
reviewers:
- AliMD
schedule:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
workflow_dispatch:

schedule:
- notifier-api: '0 7 * */2 *'
- cron: '0 7 * */2 *'
# │ │ │ │ │
# │ │ │ │ └─── day of the week (0 - 6 or SUN-SAT)
# │ │ │ └────── month (1 - 12 or JAN-DEC)
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
matrix:
include:
- name: notifier-api
path: ./packages/notifier-api
path: ./packages/api
context: .

permissions:
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ RUN set -ex; \
corepack enable;

COPY package.json yarn.lock ./
COPY packages/notifier-api/package.json packages/notifier-api/
COPY packages/api/package.json packages/api/

RUN yarn install;

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "notifier-api",
"name": "api",
"version": "2.0.0",
"description": "Alwatr Telegram Notify Microservice, Distributed simple and fast telegram notify nanoservice.",
"author": "S. Ali Mihandoost <[email protected]>",
Expand Down Expand Up @@ -35,7 +35,7 @@
"repository": {
"type": "git",
"url": "https://github.com/Alwatr/notifier",
"directory": "packages/notifier-api"
"directory": "packages/api"
},
"homepage": "https://github.com/Alwatr/notifier#readme",
"bugs": {
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 951731a

Please sign in to comment.