Skip to content

Commit

Permalink
Just to deploy for the first time.
Browse files Browse the repository at this point in the history
  • Loading branch information
cpausmit committed Oct 16, 2023
1 parent ade5eb6 commit 156c01c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/prod-cp-ci-cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@ jobs:
echo "${{ secrets.HF_TOKEN }}" >> ${{ github.workspace }}/deploy/prod-cp/secrets/hf_token.txt
chmod 400 ${{ github.workspace }}/deploy/prod-cp/secrets/hf_token.txt
# stop any existing docker compose that's running
- name: Stop Docker Compose
run: |
ssh ppc-host 'bash -s' < ${{ github.workspace }}/deploy/prod-cp/prod-cp-stop.sh
# # stop any existing docker compose that's running
# - name: Stop Docker Compose
# run: |
# ssh ppc-host 'bash -s' < ${{ github.workspace }}/deploy/prod-cp/prod-cp-stop.sh

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

0 comments on commit 156c01c

Please sign in to comment.