Skip to content

Commit

Permalink
add echo
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron Kanzer authored and Aaron Kanzer committed Sep 20, 2024
1 parent 9320b27 commit d49a6df
Showing 1 changed file with 6 additions and 14 deletions.
20 changes: 6 additions & 14 deletions .github/workflows/deploy_preview.yml
Original file line number Diff line number Diff line change
@@ -1,21 +1,10 @@
name: Build and Deploy
name: Build and Deploy Staging

on:
push:
branches:
- ak-merge-upstream
workflow_dispatch:
inputs:
pr_id:
description: 'Pull Request ID'
required: false
default: 'manual'
type: string
commit_sha:
description: 'Commit SHA to Deploy'
required: false
default: ''
type: string
- staging
- '**'

jobs:
deploy:
Expand Down Expand Up @@ -53,3 +42,6 @@ jobs:
- name: Upload to S3
run: |
aws s3 sync dist/client/ ${{ secrets.CLOUDFRONT_DEPLOYMENT_LOCATION }}/staging/${{ steps.vars.outputs.sha_short }}/ --delete
- name: Display URL for Neuroglancer
run: echo "https://neuroglancer.lincbrain.org/cloudfront/frontend/staging/${{ steps.vars.outputs.sha_short }}/index.html"

0 comments on commit d49a6df

Please sign in to comment.