Skip to content

Commit

Permalink
hide ssh target
Browse files Browse the repository at this point in the history
  • Loading branch information
sdcb committed Dec 5, 2024
1 parent ef71a9e commit 11141eb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 20 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@ jobs:
- name: deploy dev/stg
run: |
ssh -o StrictHostKeyChecking=no -p 22 [email protected] << 'EOF'
ssh -o StrictHostKeyChecking=no -p 22 ${{ secrets.SSH_TARGET }} << 'EOF'
docker pull ${{ vars.DOCKER_REGISTRY }}/${{ vars.DOCKER_NAMESPACE }}/chats:r${{ github.run_number }}-linux-x64
cd chats
sed -i "s/^TAG=.*/TAG=r${{ github.run_number }}-linux-x64/" ~/chats/dev.env
Expand Down
19 changes: 0 additions & 19 deletions src/scripts/20241112-db-migration.linq
Original file line number Diff line number Diff line change
@@ -1,23 +1,4 @@
<Query Kind="Program">
<Connection>
<ID>0397d1ca-d774-43d2-965d-8797d2cc52f1</ID>
<NamingServiceVersion>2</NamingServiceVersion>
<Persist>true</Persist>
<Driver Assembly="(internal)" PublicKeyToken="no-strong-name">LINQPad.Drivers.EFCore.DynamicDriver</Driver>
<AllowDateOnlyTimeOnly>true</AllowDateOnlyTimeOnly>
<Server>home.starworks.cc,37965</Server>
<SqlSecurity>true</SqlSecurity>
<UserName>sa</UserName>
<Password>AQAAANCMnd8BFdERjHoAwE/Cl+sBAAAAVbvrs6Jk5ESNEegA7jfNnwAAAAACAAAAAAAQZgAAAAEAACAAAABBe4Cv13ASn/ipSipWlPY2mowD6zfbngQJ+Z3+KTcGVAAAAAAOgAAAAAIAACAAAABMtXPZtcXWRzq2o3sHXx1+BVuNY62ubQdNn8IrSrXSxiAAAADcCHwb5SZfaPyiOsqcpFEU4/Lnue6fZBOLd4rAOBXt0UAAAADS65U3H6M+54aUZec9Yj/zdoSeT/Jb3S4gVVhk51Sje3lBRb4jCfUa42pVHALQoRPrtMP5lJSaJ/hB6XoT2mV6</Password>
<Database>ChatsDEV</Database>
<DriverData>
<EncryptSqlTraffic>False</EncryptSqlTraffic>
<PreserveNumeric1>True</PreserveNumeric1>
<EFProvider>Microsoft.EntityFrameworkCore.SqlServer</EFProvider>
<NoMARS>True</NoMARS>
<TrustServerCertificate>False</TrustServerCertificate>
</DriverData>
</Connection>
<NuGetReference>Microsoft.Extensions.Caching.Memory</NuGetReference>
<Namespace>Microsoft.EntityFrameworkCore.Storage</Namespace>
<Namespace>Microsoft.Data.SqlClient</Namespace>
Expand Down

0 comments on commit 11141eb

Please sign in to comment.