Merge branch 'main' of https://git.raylab.site/rayyan/RayLab-Core
Deploy / deploy (push) Failing after 0s
Deploy / deploy (push) Failing after 0s
This commit is contained in:
@@ -7,21 +7,13 @@ on:
|
||||
|
||||
jobs:
|
||||
deploy:
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
|
||||
- name: Deploy
|
||||
|
||||
run: |
|
||||
|
||||
cd /DATA/git/RayLab-Core
|
||||
|
||||
git fetch origin
|
||||
|
||||
git reset --hard origin/main
|
||||
|
||||
cd /DATA/docker/raylab-core
|
||||
|
||||
docker compose up -d --build
|
||||
docker compose up -d --build
|
||||
|
||||
Reference in New Issue
Block a user