Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
panosgeorgantas committed Sep 4, 2023
1 parent 3f2c503 commit f250b09
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 62 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/build_deploy_athenarc.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
on:
push:
branches: [main,athenarc-deploy]
# pull_request:
# branches: [main,athenarc-deploy]
# to be able to trigger a manual build
#workflow_dispatch:
branches: [main]
pull_request:
branches: [main]
workflow_dispatch:

name: Render indicator handbook

Expand Down Expand Up @@ -46,11 +45,13 @@ jobs:
DOCKER_REPO: "indicator_handbook"
DOCKER_USER: "builder"
DOCKER_PASSWORD: "${{ secrets.DOCKER_PASSWORD }}"
if: github.ref == 'refs/heads/main'

- uses: athenarc/actions-docker-compose-deploy@master
id: docker_deploy
with:
AUTH_TOKEN: "${{ secrets.DEPLOY_AUTH_TOKEN }}"
USE_PULL_REPO: "false"
DEPLOY_URL: "https://delphinus.imsi.athenarc.gr/docker-compose-deploy/deploy"
IMAGES: "${{ steps.docker_build.outputs.images }}"
IMAGES: "${{ steps.docker_build.outputs.images }}"
if: github.ref == 'refs/heads/main'
56 changes: 0 additions & 56 deletions .github/workflows/build_handbook.yml

This file was deleted.

0 comments on commit f250b09

Please sign in to comment.