Skip to content

Commit

Permalink
testing why copy doesn't work
Browse files Browse the repository at this point in the history
  • Loading branch information
mdr223 committed Aug 18, 2023
1 parent 3125a21 commit 26ba376
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
# copy repository to machine
- name: Copy Repository
run: |
rsync -e ssh -r ${{ github.workspace}} --exclude .git/ --delete submit:~/A2rchi/
rsync -e ssh -r ${{ github.workspace}} --exclude .git/ --delete submit:~/
# run deploy script
- name: Run Deploy Script
Expand Down
2 changes: 2 additions & 0 deletions deploy/dev-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,10 @@
echo "Going into A2rchi directory"
cd A2rchi
echo "Starting docker compose"
ls
cp requirements.txt deploy/cleo/
cp bin/service_cleo.py deploy/cleo/
cd deploy
docker compose up -d

# # secrets file is created by CI pipeline and destroyed here
Expand Down

0 comments on commit 26ba376

Please sign in to comment.