Skip to content

https://gitlab.inf.unibz.it/ado/ado_portal_update_db/-/jobs/96277 #733

https://gitlab.inf.unibz.it/ado/ado_portal_update_db/-/jobs/96277

https://gitlab.inf.unibz.it/ado/ado_portal_update_db/-/jobs/96277 #733

Workflow file for this run

name: Push File
on:
push:
branches:
- main
jobs:
copy-file:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Pushes test folder
uses: datalbry/copy_folder_to_another_repo_action@1.0.0
env:
API_TOKEN_GITHUB: ${{ secrets.API_TOKEN_GITHUB }}
with:
source_folder: 'markdown'
destination_repo: 'Eurac-Research/ADO'
destination_folder: '_posts/markdown'
destination_branch: 'main'
user_email: 'thomas.iacopino@eurac.edu'
user_name: 'tiacopino'
commit_msg: '[GHA] Update the files.'
deployment:
runs-on: ubuntu-latest
steps:
- name: Deploy to production on vercel
uses: fjogeleit/http-request-action@master
with:
url: ${{secrets.TRIGGERVERCELBUILD}}
method: 'POST'