Skip to content

Commit

Permalink
change dev deployment strategy
Browse files Browse the repository at this point in the history
  • Loading branch information
nsheff committed Oct 20, 2023
1 parent 6c29600 commit 4f43f8f
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions .github/workflows/dev-container-to-dockerhub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,30 +13,6 @@ jobs:
- name: Checkout bedhost
uses: actions/checkout@v2

- name: Checkout bedhost-ui@dev
uses: actions/checkout@v2
with:
repository: databio/bedhost-ui
ref: dev
path: bedhost-ui

- name: Setup Node.js 12.18.4
uses: actions/setup-node@v1
with:
node-version: 12.18.4
- name: Build production package
run: |
cd bedhost-ui
npm install
npm run build
cd ..
- name: Copy to bedhost package
run: |
mkdir -p bedhost/static/bedhost-ui
rm -rf bedhost/static/bedhost-ui/*
cp -r bedhost-ui/build/* bedhost/static/bedhost-ui/
- name: Push to DockerHub
uses: docker/build-push-action@v1
with:
Expand Down

0 comments on commit 4f43f8f

Please sign in to comment.