Skip to content

Commit f1df357

Browse files
committed
update
1 parent 981e6cb commit f1df357

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
stack-service-base (0.0.100)
4+
stack-service-base (0.0.102)
55
async
66
debug
77
dotenv

lib/stack-service-base/stack_template/github/.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,4 @@ jobs:
4747
deploy_target="${DEPLOY_USER:-root}@${deploy_target}"
4848
fi
4949
50-
dry-stack swarm_deploy -x "ssh://${deploy_target}" -- --prune --resolve-image=always < ruby-mitm-proxy.drs
50+
dry-stack swarm_deploy -x "ssh://${deploy_target}" -- --prune --resolve-image=always < base.drs

lib/stack-service-base/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module StackServiceBase
2-
VERSION = '0.0.101'
2+
VERSION = '0.0.102'
33
end

0 commit comments

Comments
 (0)