Skip to content

Commit

Permalink
test first release of 801
Browse files Browse the repository at this point in the history
  • Loading branch information
mdr223 committed Sep 29, 2023
1 parent 58dc89d commit 7934e61
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/prod-801-ci-cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ run-name: ${{ github.actor }} deploys A2rchi for 8.01 to prod
on:
push:
branches:
- main
- release-8.01
jobs:
deploy-prod-system:
Expand Down Expand Up @@ -43,10 +44,10 @@ jobs:
echo "${{ secrets.HF_TOKEN }}" >> ${{ github.workspace }}/deploy/prod-801/secrets/hf_token.txt
chmod 400 ${{ github.workspace }}/deploy/prod-801/secrets/hf_token.txt
# stop any existing docker compose that's running
- name: Stop Docker Compose
run: |
ssh submit-t3desk 'bash -s' < ${{ github.workspace }}/deploy/prod-801/prod-801-stop.sh
# # stop any existing docker compose that's running
# - name: Stop Docker Compose
# run: |
# ssh submit-t3desk 'bash -s' < ${{ github.workspace }}/deploy/prod-801/prod-801-stop.sh

# copy repository to machine
- name: Copy Repository
Expand Down

0 comments on commit 7934e61

Please sign in to comment.