This commit is contained in:
parent
6c82301844
commit
a976c80eb8
1 changed files with 5 additions and 5 deletions
|
|
@ -15,16 +15,16 @@ jobs:
|
||||||
options: --network=host # (Optional, more below)
|
options: --network=host # (Optional, more below)
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repo
|
|
||||||
uses: actions/checkout@v4
|
|
||||||
with:
|
|
||||||
persist-credentials: false
|
|
||||||
|
|
||||||
- name: Set up Node
|
- name: Set up Node
|
||||||
uses: actions/setup-node@v4
|
uses: actions/setup-node@v4
|
||||||
with:
|
with:
|
||||||
node-version: 20
|
node-version: 20
|
||||||
|
|
||||||
|
- name: Checkout repo
|
||||||
|
uses: actions/checkout@v4
|
||||||
|
with:
|
||||||
|
persist-credentials: false
|
||||||
|
|
||||||
- name: Deploy with Docker
|
- name: Deploy with Docker
|
||||||
run: |
|
run: |
|
||||||
docker compose down
|
docker compose down
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue