Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
pattersonbl2 committed Mar 5, 2024
1 parent 9306870 commit 10776e4
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/gcp_deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,22 @@ name: Deploy to GCS

on:
workflow_dispatch:
inputs:
environment:
description: 'Environment to deploy to'
required: true
default: 'stage'
options:
- stage
- prod
push:
branches:
- gcs-pipeline


jobs:
deploy:
runs-on: ubuntu-latest
environment: stage
steps:
- name: Checkout code
uses: actions/checkout@v3
Expand Down

0 comments on commit 10776e4

Please sign in to comment.