Skip to content

[FEAT] Add project numeric ids to invests paid via Paypal (#608) #430

[FEAT] Add project numeric ids to invests paid via Paypal (#608)

[FEAT] Add project numeric ids to invests paid via Paypal (#608) #430

Workflow file for this run

name: "Deployer"
on:
push:
branches:
- live
- staging
- beta
- alpha
- edge
jobs:
deployer:
runs-on: ubuntu-latest
steps:
- name: Set output
id: vars
run: echo ::set-output name=short_ref::${GITHUB_REF#refs/*/}
- name: Branch info
run: echo "Deploying branch ${{ steps.vars.outputs.short_ref }}"
- uses: convictional/[email protected]
with:
owner: GoteoFoundation
repo: goteo-deploy
github_token: ${{ secrets.GOTEO_PRIVATE_TOKEN }}
workflow_file_name: build.yml
inputs: '{"branch": "${{ steps.vars.outputs.short_ref }}"}'