You've already forked PythonLib
mirror of
https://github.com/lifebottle/PythonLib.git
synced 2026-02-13 15:25:50 -08:00
Merge pull request #28 from lifebottle/workflow/SLPS-CreationFile
Create SLPS_Run.yml
This commit is contained in:
23
.github/workflows/SLPS_Run.yml
vendored
Normal file
23
.github/workflows/SLPS_Run.yml
vendored
Normal file
@@ -0,0 +1,23 @@
|
||||
|
||||
name: Generate New SLPS and Release
|
||||
|
||||
on:
|
||||
workflow_dispatch
|
||||
|
||||
env:
|
||||
base_directory: c:/actions-runner/_work/
|
||||
|
||||
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
|
||||
jobs:
|
||||
startVM:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
||||
#Test again
|
||||
- name: Login to AZ CLI
|
||||
uses: azure/login@v1
|
||||
with:
|
||||
creds: ${{ secrets.AZURE_CREDENTIALS }}
|
||||
|
||||
- run:
|
||||
az vm start -g ${{ secrets.AZURE_RESSOURCE }} -n ${{ secrets.AZURE_VM }}
|
||||
Reference in New Issue
Block a user