Skip to content

Commit 9b9acfb

Browse files
committed
переезд из гугла в оракл(9)
1 parent 288857c commit 9b9acfb

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,16 @@ jobs:
3939
- name: Checkout code
4040
uses: actions/checkout@v2
4141

42+
- name: Download the artifact
43+
uses: actions/download-artifact@v2
44+
with:
45+
name: buylist.jar
46+
path: target/
47+
48+
- name: Unzip the artifact
49+
run: |
50+
unzip target/buylist.jar.zip -d target/
51+
4252
- name: Deploy to remote server via SSH
4353
uses: appleboy/[email protected]
4454
with:

0 commit comments

Comments
 (0)