remove link to wiki, as there is no wiki #37
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Build Pipeline | |
on: [push, pull_request, workflow_dispatch] | |
jobs: | |
Palladio-Addons-ServiceLevelObjectives: | |
uses: PalladioSimulator/Palladio-Build-ActionsPipeline/.github/workflows/[email protected] | |
with: | |
use-display-output: true | |
no-caching: true | |
deploy-updatesite: 'releng/org.palladiosimulator.servicelevelobjectives.updatesite/target/repository' | |
secrets: | |
SERVER_SSH_KEY: ${{ secrets.DEPLOYMENT_SERVER_SSH_KEY }} | |
REMOTE_HOST: ${{ secrets.DEPLOYMENT_REMOTE_HOST }} | |
REMOTE_PORT: ${{ secrets.DEPLOYMENT_REMOTE_PORT }} | |
REMOTE_USER: ${{ secrets.DEPLOYMENT_REMOTE_USER }} | |
REMOTE_TARGET: ${{ secrets.DEPLOYMENT_REMOTE_TARGET }} |