deploy change
This commit is contained in:
parent
4478ebfb1a
commit
7096dca1c8
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
|
@ -40,4 +40,4 @@ jobs:
|
||||||
END
|
END
|
||||||
- name: Run Deploy
|
- name: Run Deploy
|
||||||
run: |
|
run: |
|
||||||
docker-compose down && git pull origin master @@ docker-compose up --build
|
cd tldtest.net && docker-compose down && git pull origin master && docker-compose up --build
|
Loading…
Reference in a new issue