-
Create a shared Docker network (if not already created):
docker network create shared-wxtm-network
-
Start the backend service:
docker compose up wxtm-backend
-
Set up AWS credentials:
export AWS_ACCESS_KEY_ID="access-key" export AWS_SECRET_ACCESS_KEY="secret" export AWS_SESSION_TOKEN="session-token"
-
Set up Sentry authentication:
export SENTRY_AUTH_TOKEN=xxxxx -
Run the upload command:
make upload-artifact-dev