Compare commits
12 Commits
38ed72b6de
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 728ff9c9b7 | |||
| 877939369d | |||
| 0ed1b64975 | |||
| d4f3832e7e | |||
| f1136ebc8a | |||
| b448b47b70 | |||
| 539341dc65 | |||
| 86e37ef551 | |||
| 1d30d5afad | |||
| ef466353b8 | |||
| 6e9c0f0442 | |||
| ba65f0609a |
@@ -139,7 +139,7 @@ jobs:
|
||||
if: github.event_name == 'pull_request' && (github.event.action == 'closed' || github.event.pull_request.merged == true)
|
||||
steps:
|
||||
- name: Remove Remote Environment
|
||||
uses: appleboy/ssh-action@823bd89e131d8d508129f9443cad5855e9ba96f0 # v1.2.4
|
||||
uses: appleboy/ssh-action@0ff4204d59e8e51228ff73bce53f80d53301dee2 # v1.2.5
|
||||
with:
|
||||
host: ${{ env.SSH_HOST }}
|
||||
username: ${{ env.SSH_USER }}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
services:
|
||||
traefik:
|
||||
image: "traefik:v3.6@sha256:67622638cd88dbfcfba40159bc652ecf0aea0e032f8a3c7e3134ae7c037b9910"
|
||||
image: "traefik:v3.6@sha256:a9890c898f379c1905ee5b28342f6b408dc863f08db2dab20e46c267d1ff463a"
|
||||
restart: unless-stopped
|
||||
security_opt:
|
||||
- no-new-privileges:true
|
||||
@@ -21,9 +21,9 @@ services:
|
||||
- "--certificatesResolvers.letsencrypt.acme.caServer=${CERTBOT_CA_RESOLVER}"
|
||||
- "${TRAEFIK_LEGACY_OPT:-}"
|
||||
- "--providers.file.watch=true"
|
||||
extra_hosts:
|
||||
- "staging:${STAGING_IP:-192.168.1.85}"
|
||||
- "webserver:${LEGACY_IP:-192.168.1.85}"
|
||||
# extra_hosts:
|
||||
# - "staging:${STAGING_IP:-192.168.1.85}"
|
||||
# - "webserver:${LEGACY_IP:-192.168.1.85}"
|
||||
ports:
|
||||
- "${PORT}:80"
|
||||
- "${HTTPS_PORT}:443"
|
||||
|
||||
Reference in New Issue
Block a user