fix automation build
This commit is contained in:
@@ -6,6 +6,10 @@ on:
|
||||
jobs:
|
||||
build-and-deploy:
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: catthehacker/ubuntu:act-latest
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v3
|
||||
@@ -31,4 +35,4 @@ jobs:
|
||||
-e SPRING_FLYWAY_PASSWORD=jambo_secret_pass \
|
||||
-l "caddy=jambotron.com" \
|
||||
-l 'caddy.reverse_proxy={{upstreams 8081}}' \
|
||||
jambotron-prod:latest
|
||||
jambotron-prod:latest
|
||||
Reference in New Issue
Block a user