This commit is contained in:
parent
f7f4b9757c
commit
cd7d23e713
1 changed files with 3 additions and 2 deletions
|
|
@ -15,7 +15,9 @@ jobs:
|
|||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
|
||||
with:
|
||||
submodules: recursive
|
||||
|
||||
- name: Set up .env
|
||||
run: |
|
||||
rm -f .env
|
||||
|
|
@ -33,7 +35,6 @@ jobs:
|
|||
docker compose version
|
||||
|
||||
- name: Deploy with Docker Compose
|
||||
working-directory: ./site
|
||||
run: |
|
||||
docker compose down
|
||||
docker compose build
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue