Skip to content

Commit f396630

Browse files
committed
deploy
1 parent d5bd597 commit f396630

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ jobs:
6464
username: ${{ secrets.EC2_USER }}
6565
key: ${{ secrets.EC2_SSH_KEY }}
6666
source: |
67-
./backend/build/libs/backend-0.0.1-SNAPSHOT.jar
68-
./.env
67+
backend/build/libs/backend-0.0.1-SNAPSHOT.jar
68+
.env
6969
target: ~/deploy/
7070
strip_components: 0
7171

0 commit comments

Comments
 (0)