Skip to content

Commit

Permalink
fix deploy_test.yml && Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
SpoofUoS committed Jul 3, 2023
1 parent 78cf2d0 commit cceb5df
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/deploy_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ jobs:
script: |
cd ${{ secrets.PATH }}/test
make test-app
cp -r test/* .
rm -r test
- name: Deploy
uses: appleboy/ssh-action@master
Expand Down
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ test-app:
exit 1; \
else \
docker-compose -f ./build/docker-compose-test.yml down; \
cp -r ./* ../
exit 0; \
fi

Expand Down

0 comments on commit cceb5df

Please sign in to comment.