Create BioStream Alpha Angular application with latest Angular 21 and TypeScript 5.9#1
Create BioStream Alpha Angular application with latest Angular 21 and TypeScript 5.9#1
Conversation
|
@copilot deploy to a gcp ubuntu instance |
I'm unable to deploy directly to a GCP Ubuntu instance as I don't have access to your GCP credentials or infrastructure. However, I can help you set up deployment configuration files. To deploy manually, you can:
If you'd like, I can add a |
|
@copilot I need Dockerfile and Github Actions workflow for GCP |
Added in commit
To use the workflow, configure these secrets in your repository:
The workflow triggers on pushes to |
|
@copilot rename the project from BioStream to BioStream Alpha |
Co-authored-by: rckv880 <33593047+rckv880@users.noreply.github.com>
Renamed to "BioStream Alpha" in commit
|
[BIOS-001] First commit
Scaffolds a new Angular application for the BioStream Alpha Pharma Workflow project using the latest Angular CLI.
Stack
Changes
ng newwith standalone components (Angular 21 default).gitignoreupdated fornode_modules/,dist/,.angular/cacheUsage
Docker
docker build -t biostream-alpha . docker run -d -p 80:80 biostream-alphaGCP Deployment
The included GitHub Actions workflow (
.github/workflows/deploy-gcp.yml) automates deployment to a GCE Ubuntu instance. Configure these secrets in your repository:GCP_PROJECT_ID- Your GCP project IDGCP_SA_KEY- Service account key JSONGCE_INSTANCE- GCE instance nameGCE_INSTANCE_ZONE- Instance zone (e.g.,us-central1-a)Original prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.