stages: - deploycache: paths: - node_modules/ - .pnpm-storedeploy_api: stage: deploy image: ubuntu script: - apt-get update && apt-get install -y curl - curl -fsSL https://railway.app/install.sh | sh - railway up --service=api -d only: - pushes - main environment: name: production url: https://your-api-urldeploy_intra: stage: deploy image: ubuntu script: - apt-get update && apt-get install -y curl - curl -fsSL https://railway.app/install.sh | sh - railway up --service=intra -d only: - pushes - main
Failed to upload code. File too large (321410994 bytes)