Skip to content

Commit

Permalink
temporarily remove stop
Browse files Browse the repository at this point in the history
  • Loading branch information
mdr223 committed Nov 10, 2023
1 parent 7c88c8c commit 4f98170
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/dev-ci-cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,10 +91,10 @@ jobs:
export tag="${tag//\//-}.${GITHUB_SHA}"
echo "TAG=${tag}" >> ${{ github.workspace }}/deploy/dev/.env
# stop any existing docker compose that's running
- name: Stop Docker Compose
run: |
ssh submit06 'bash -s' < ${{ github.workspace }}/deploy/dev/dev-stop.sh
# # stop any existing docker compose that's running
# - name: Stop Docker Compose
# run: |
# ssh submit06 'bash -s' < ${{ github.workspace }}/deploy/dev/dev-stop.sh

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

0 comments on commit 4f98170

Please sign in to comment.