Skip to content
This repository was archived by the owner on Mar 23, 2023. It is now read-only.

Commit 73bbe34

Browse files
authored
feat: deploy
1 parent 903954f commit 73bbe34

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/deploy.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ on:
66
- v*
77

88
jobs:
9-
build:
10-
name: Build
9+
deploy:
10+
name: deploy
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: multiple command
@@ -18,5 +18,6 @@ jobs:
1818
key: ${{ secrets.DEPLOY_SSH_KEY }}
1919
port: ${{ secrets.DEPLOY_SSH_PORT }}
2020
script: |
21-
whoami
22-
ls -al
21+
cd pastebin-ipfs
22+
git pull
23+
docker-compose -f deploy/docker/docker-compose.yml up -d

0 commit comments

Comments
 (0)