Compare commits
No commits in common. "6deb3b4f3b08e9d888212c50eac9594140cd7a55" and "abf5ba1952d68bffafc31f8d97db4c3c8ffdf970" have entirely different histories.
6deb3b4f3b
...
abf5ba1952
@ -21,21 +21,4 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
echo "${{ secrets.GITEASECRET_TOKEN }}" | docker login git.hamik.net -u paradizelost --password-stdin
|
echo "${{ secrets.GITEASECRET_TOKEN }}" | docker login git.hamik.net -u paradizelost --password-stdin
|
||||||
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:
|
|
||||||
runs-on: librarynoticehost
|
|
||||||
defaults:
|
|
||||||
run:
|
|
||||||
working-directory: /docker/librarynotices
|
|
||||||
steps:
|
|
||||||
- name: Destroy Container
|
|
||||||
id: down
|
|
||||||
run: docker compose down
|
|
||||||
|
|
||||||
- name: Pull Updates
|
|
||||||
id: pull
|
|
||||||
run: docker compose pull
|
|
||||||
|
|
||||||
- name: Start Containers
|
|
||||||
id: start
|
|
||||||
run: docker compose up -d
|
|
Loading…
x
Reference in New Issue
Block a user