This commit is contained in:
parent
7c25b7a950
commit
f213c5a711
1 changed files with 6 additions and 4 deletions
|
|
@ -9,10 +9,7 @@ on:
|
|||
|
||||
jobs:
|
||||
deploy:
|
||||
runs-on: docker
|
||||
container:
|
||||
image: debian:bullseye
|
||||
options: --network=host # (Optional)
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- name: Checkout repo
|
||||
|
|
@ -20,6 +17,11 @@ jobs:
|
|||
with:
|
||||
persist-credentials: false
|
||||
|
||||
- name: Set up Node
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 20
|
||||
|
||||
- name: Deploy with Docker
|
||||
run: |
|
||||
docker compose down
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue