mirror of
https://github.com/Faridik/Carolyn.git
synced 2026-07-08 13:21:53 +00:00
on push main
This commit is contained in:
parent
bbfac2eff3
commit
1e43bdf9ce
20
.github/workflows/release.yml
vendored
20
.github/workflows/release.yml
vendored
@ -2,10 +2,9 @@ name: deploy-to-Yandex-Cloud
|
||||
|
||||
# Controls when the workflow will run
|
||||
on:
|
||||
release:
|
||||
types:
|
||||
- published
|
||||
# push:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
# Allows you to run this workflow manually from the Actions tab
|
||||
workflow_dispatch:
|
||||
|
||||
@ -21,12 +20,7 @@ jobs:
|
||||
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
# Runs a single command using the runners shell
|
||||
- name: Run a one-line script
|
||||
run: echo Hello, world!
|
||||
|
||||
# # Runs a set of commands using the runners shell
|
||||
# - name: Run a multi-line script
|
||||
# run: |
|
||||
# echo Add other actions to build,
|
||||
# echo test, and deploy your project.
|
||||
# Runs a set of commands using the runners shell
|
||||
- name: Connect to Yandex Cloud SSH
|
||||
run: |
|
||||
ssh
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user