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:
|
||||
deploy:
|
||||
runs-on: website
|
||||
container: node:latest
|
||||
container:
|
||||
image: node:latest
|
||||
volumes:
|
||||
- /websites:/websites:Z
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue