Compare commits
No commits in common. "d4861f202e06d354a7c645eb9231719ed726b257" and "6dd0e9ed56da3df38a9ec20b38de50e2091f9230" have entirely different histories.
d4861f202e
...
6dd0e9ed56
@ -9,7 +9,6 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
deploy:
|
deploy:
|
||||||
runs-on: canina
|
runs-on: canina
|
||||||
timeout-minutes: 15
|
|
||||||
steps:
|
steps:
|
||||||
- name: Setup SSH key
|
- name: Setup SSH key
|
||||||
shell: sh
|
shell: sh
|
||||||
@ -23,7 +22,6 @@ jobs:
|
|||||||
|
|
||||||
- name: Deploy
|
- name: Deploy
|
||||||
shell: sh
|
shell: sh
|
||||||
timeout-minutes: 15
|
|
||||||
run: |
|
run: |
|
||||||
BRANCH="${GITHUB_REF_NAME}"
|
BRANCH="${GITHUB_REF_NAME}"
|
||||||
echo "Deploying branch: ${BRANCH}"
|
echo "Deploying branch: ${BRANCH}"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user