Skip to content

Commit

Permalink
update workflow steps
Browse files Browse the repository at this point in the history
  • Loading branch information
Epic428 committed Nov 21, 2023
1 parent a0738e5 commit 79b88f5
Show file tree
Hide file tree
Showing 42 changed files with 7 additions and 734 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,13 @@ jobs:
name: Publish
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-node@v4
with:
node-version: 18
run: npm build
- uses: mr-smithers-excellent/docker-build-push@v6
with:
image: team-resourceful/discord-bot-ts
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
node_modules
/.env
/.idea/
dist
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ WORKDIR /app
COPY ["package.json", "package-lock.json*", "./"]
RUN npm install --production
COPY . .
CMD ["npm", "run", "start"]
CMD ["npm", "run", "no-build-start"]
4 changes: 0 additions & 4 deletions dist/configs/config.json

This file was deleted.

15 changes: 0 additions & 15 deletions dist/configs/roles.config.json

This file was deleted.

32 changes: 0 additions & 32 deletions dist/configs/support.config.json

This file was deleted.

26 changes: 0 additions & 26 deletions dist/src/autocomplete/help.js

This file was deleted.

1 change: 0 additions & 1 deletion dist/src/autocomplete/help.js.map

This file was deleted.

26 changes: 0 additions & 26 deletions dist/src/autocomplete/wiki.js

This file was deleted.

1 change: 0 additions & 1 deletion dist/src/autocomplete/wiki.js.map

This file was deleted.

41 changes: 0 additions & 41 deletions dist/src/commands/commands.js

This file was deleted.

1 change: 0 additions & 1 deletion dist/src/commands/commands.js.map

This file was deleted.

27 changes: 0 additions & 27 deletions dist/src/commands/embed.js

This file was deleted.

1 change: 0 additions & 1 deletion dist/src/commands/embed.js.map

This file was deleted.

9 changes: 0 additions & 9 deletions dist/src/commands/paste.js

This file was deleted.

1 change: 0 additions & 1 deletion dist/src/commands/paste.js.map

This file was deleted.

42 changes: 0 additions & 42 deletions dist/src/commands/poll.js

This file was deleted.

1 change: 0 additions & 1 deletion dist/src/commands/poll.js.map

This file was deleted.

44 changes: 0 additions & 44 deletions dist/src/commands/roles.js

This file was deleted.

1 change: 0 additions & 1 deletion dist/src/commands/roles.js.map

This file was deleted.

Loading

0 comments on commit 79b88f5

Please sign in to comment.