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