Skip to content

14.0.51

14.0.51 #59

Workflow file for this run

name: 'Deploy Lodex'
on:
release:
types: [published]
jobs:
deploy:
timeout-minutes: 30
runs-on: ubuntu-latest
steps:
- name: Check out from Git
uses: actions/checkout@v1
- name: Log in to Docker Hub
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Run deploy script
shell: bash
run: |
echo ${{ secrets.DOCKER_LOGIN }}
chmod +x ${GITHUB_WORKSPACE}/.github/workflows/deploy.sh
${GITHUB_WORKSPACE}/.github/workflows/deploy.sh