Merge pull request 'fixing order' (#36) from work into main
Reviewed-on: #36
This commit is contained in:
commit
eb6c9931df
@ -23,6 +23,7 @@ jobs:
|
|||||||
docker build -t git.hamik.net/paradizelost/librarynotices:latest .
|
docker build -t git.hamik.net/paradizelost/librarynotices:latest .
|
||||||
docker push git.hamik.net/paradizelost/librarynotices
|
docker push git.hamik.net/paradizelost/librarynotices
|
||||||
Deploy:
|
Deploy:
|
||||||
|
needs: [Plan]
|
||||||
runs-on: librarynoticehost
|
runs-on: librarynoticehost
|
||||||
defaults:
|
defaults:
|
||||||
run:
|
run:
|
||||||
@ -31,7 +32,7 @@ jobs:
|
|||||||
- name: Destroy Container
|
- name: Destroy Container
|
||||||
id: down
|
id: down
|
||||||
run: docker compose down
|
run: docker compose down
|
||||||
|
|
||||||
- name: Pull Updates
|
- name: Pull Updates
|
||||||
id: pull
|
id: pull
|
||||||
run: docker compose pull
|
run: docker compose pull
|
||||||
|
Loading…
x
Reference in New Issue
Block a user