Trigger redeploy
This commit is contained in:
parent
1042a94c8e
commit
7d1e20bcab
@ -8,8 +8,11 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
deploy:
|
deploy:
|
||||||
runs-on: self-hosted
|
runs-on: self-hosted
|
||||||
|
container:
|
||||||
|
image: image: docker:27.3.1-node # official Docker CLI image with Docker installed
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- name: Checkout code
|
||||||
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Build Docker image
|
- name: Build Docker image
|
||||||
run: docker build -t flask-app .
|
run: docker build -t flask-app .
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user