This commit is contained in:
@@ -84,6 +84,9 @@ steps:
|
||||
- name: dell-deploy
|
||||
# # https://github.com/cschlosser/drone-ftps/blob/master/README.md
|
||||
image: cschlosser/drone-ftps
|
||||
when:
|
||||
event:
|
||||
- tag
|
||||
environment:
|
||||
FTP_USERNAME:
|
||||
from_secret: FTP_USERNAME
|
||||
|
@@ -45,7 +45,7 @@ const createUsers string = `
|
||||
`
|
||||
|
||||
const createSafes string = `
|
||||
CREATE TABLE IF NOT EXSITS safes (
|
||||
CREATE TABLE IF NOT EXISTS safes (
|
||||
SafeId INTEGER PRIMARY KEY ASC,
|
||||
SafeName VARCHAR
|
||||
);
|
||||
|
Reference in New Issue
Block a user