fix: another day, another fix
This commit is contained in:
parent
78302b59bd
commit
255e0e129e
6
.github/workflows/docker-deploy.yml
vendored
6
.github/workflows/docker-deploy.yml
vendored
@ -8,12 +8,14 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Update Git Repository
|
||||
working-directory: ../../swapdude-stack
|
||||
with:
|
||||
context: /home/dockeruser/swapdude-stack
|
||||
run: |
|
||||
pwd
|
||||
git fetch --all
|
||||
git reset --hard origin/main
|
||||
- name: Build & Deploy on docker-compose
|
||||
working-directory: ../../swapdude-stack
|
||||
with:
|
||||
context: /home/dockeruser/swapdude-stack
|
||||
run: |
|
||||
docker compose up -d --build
|
||||
|
Loading…
x
Reference in New Issue
Block a user