This commit is contained in:
parent
c9b5e3e76c
commit
ce3e4e7501
1 changed files with 4 additions and 1 deletions
|
@ -2,7 +2,10 @@ on: [push]
|
||||||
jobs:
|
jobs:
|
||||||
deploy:
|
deploy:
|
||||||
runs-on: website
|
runs-on: website
|
||||||
container: node:latest
|
container:
|
||||||
|
image: node:latest
|
||||||
|
volumes:
|
||||||
|
- /websites:/websites:Z
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue