Skip to content

Commit b4e8bba

Browse files
authored
Merge pull request #18 from CourseOrchestra/docker
ci: fix upload to ftp
2 parents 6a37b5a + 697c4b5 commit b4e8bba

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

.github/workflows/ci-push.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ jobs:
1212
with:
1313
VUH_VERSION: 'v2.9.2'
1414
secrets:
15+
FTP_CURS_LOGIN: ${{ secrets.FTP_CURS_LOGIN }}
16+
FTP_CURS_PWD: ${{ secrets.FTP_CURS_PWD }}
1517
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
1618
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
1719

.github/workflows/deploy.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ on:
88
inputs:
99
VUH_VERSION: { required: true, type: string }
1010
secrets:
11+
FTP_CURS_LOGIN:
12+
required: true
13+
FTP_CURS_PWD:
14+
required: true
1115
DOCKER_USERNAME:
1216
required: true
1317
DOCKER_PASSWORD:

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>ru.curs</groupId>
88
<artifactId>mellophone2</artifactId>
9-
<version>1.6.0</version>
9+
<version>1.6.1</version>
1010

1111
<properties>
1212
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

0 commit comments

Comments
 (0)