You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ci: rework the deployment workflow with docker (#14)
* chore: update pnpm version and enhance deployment workflow
* ci: add id to Node setup step in deployment workflow
* ci: add logging
* ci: store Node version in environment for deployment workflow
* chore: update Dockerfile to install production dependencies only
* chore: update Dockerfile to ignore scripts during production dependency installation and add TypeScript to dependencies
* chore: update TypeScript version in pnpm-lock.yaml
* ci: enhance deployment workflow to include file transfer and container management on VPS
* ci: add new deployment workflow for Discord bot to streamline VPS updates
* ci: simplify deployment workflow for Discord bot by consolidating steps and improving container management on VPS
* ci: update deployment workflow to include .env.local file creation with secrets for Discord bot
* ci: read Node version from .nvmrc and set it in the environment for deployment workflow
* ci: update deployment workflow to use 'docker compose' command for improved compatibility
* ci: read Node version from .nvmrc and output it during deployment workflow
* ci: remove version specification from docker-compose.yml for streamlined configuration
* chore: update TypeScript version to 5.9.3 in package.json and pnpm-lock.yaml
* chore: modify Dockerfile to ignore scripts during pnpm install for improved build efficiency
* ci: update deployment workflow to switch to 'ci/deploy-with-docker' branch for pulling latest changes
* ci: enhance docker-compose.yml to include guides tracker configuration and persist data
* chore: add data directory creation and permissions setup for node user in Dockerfile
* feat: enhance command deployment logic to support both global and guild-specific commands based on server ID
* feat: add server ID configuration to Discord settings for enhanced command handling
* feat: add SERVER_ID to deployment workflow for Discord integration
* chore: update dependencies in pnpm-lock.yaml
* refactor: remove guildId from deployCommands function to streamline command deployment
* feat: add additional configuration variables for repel command in deployment workflow
* fix: update activity name in client presence for improved clarity
* chore: update deployment workflow to pull from main branch instead of ci/deploy-with-docker
* chore: remove SERVER_ID from Discord configuration in env.ts
0 commit comments