cleaning up
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 1m7s
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 1m7s
This commit is contained in:
parent
3b2ecf6ee3
commit
201f462447
2 changed files with 4 additions and 7 deletions
|
|
@ -11,13 +11,6 @@ jobs:
|
||||||
- name: Install tools
|
- name: Install tools
|
||||||
run: apt-get update && apt-get install -y docker.io openssh-client
|
run: apt-get update && apt-get install -y docker.io openssh-client
|
||||||
|
|
||||||
- name: Debug Docker
|
|
||||||
run: |
|
|
||||||
ls -la /var/run/docker.sock || echo "Socket not found"
|
|
||||||
whoami
|
|
||||||
id
|
|
||||||
docker version || echo "Docker command failed"
|
|
||||||
|
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: https://data.forgejo.org/actions/checkout@v4
|
uses: https://data.forgejo.org/actions/checkout@v4
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -11,6 +11,10 @@
|
||||||
|
|
||||||
verify if hetzner domain needs to be pushed, theres a change on hetzner and some domains need to be migrated
|
verify if hetzner domain needs to be pushed, theres a change on hetzner and some domains need to be migrated
|
||||||
|
|
||||||
|
### redirect or page not found
|
||||||
|
|
||||||
|
subdomains or pages that dont exist should have page not found or should redirect
|
||||||
|
|
||||||
### docker credential helper
|
### docker credential helper
|
||||||
|
|
||||||
WARNING! Your credentials are stored unencrypted in '/home/languagedev/.docker/config.json'.
|
WARNING! Your credentials are stored unencrypted in '/home/languagedev/.docker/config.json'.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue