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

Commit 7d455b6

Browse files
authoredOct 14, 2021
Update deploy.yml
1 parent fe2e3e7 commit 7d455b6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed
 

‎.github/workflows/deploy.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,6 @@ jobs:
2020
script: |
2121
cd pastebin-ipfs
2222
git pull
23-
docker-compose -f deploy/docker/docker-compose.yml up -d
23+
cd deploy/docker
24+
docker-compose pull
25+
docker-compose up -d

0 commit comments

Comments
 (0)
This repository has been archived.